From 7367bd18e7ef0423550bddaca039f4810c267848 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sat, 17 Mar 2001 02:47:15 +0000 Subject: Added directions on how to build with SSL support. 2001-03-16 Jeffrey Stedfast * README: Added directions on how to build with SSL support. * configure.in: Updated the checks for NSS and NSPR svn path=/trunk/; revision=8773 --- README | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README') diff --git a/README b/README index 1ad194a189..810cc4a0cc 100644 --- a/README +++ b/README @@ -165,6 +165,15 @@ make make install +If you want support SSL (and someday S/MIME), you will also need libnspr4 and +libnss3 which can be found at http://www.mozilla.org. + +Once you have libnspr4 and libnss3 (and their respective includes) installed, +in your evolution source dir do: +./autogen.sh --prefix= --with-nspr-includes= +--with-nspr-libs= --with-nss-includes= +--with-nss-libs= + The layout of the source tree is: -- cgit