aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-17 10:47:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-17 10:47:15 +0800
commit7367bd18e7ef0423550bddaca039f4810c267848 (patch)
treed5c1221b3ac8260e36082e69001958ecf2524eb0 /README
parentf67a81d4aa710ce9fff8041f51da57f7a828e137 (diff)
downloadgsoc2013-evolution-7367bd18e7ef0423550bddaca039f4810c267848.tar
gsoc2013-evolution-7367bd18e7ef0423550bddaca039f4810c267848.tar.gz
gsoc2013-evolution-7367bd18e7ef0423550bddaca039f4810c267848.tar.bz2
gsoc2013-evolution-7367bd18e7ef0423550bddaca039f4810c267848.tar.lz
gsoc2013-evolution-7367bd18e7ef0423550bddaca039f4810c267848.tar.xz
gsoc2013-evolution-7367bd18e7ef0423550bddaca039f4810c267848.tar.zst
gsoc2013-evolution-7367bd18e7ef0423550bddaca039f4810c267848.zip
Added directions on how to build with SSL support.
2001-03-16 Jeffrey Stedfast <fejj@ximian.com> * README: Added directions on how to build with SSL support. * configure.in: Updated the checks for NSS and NSPR svn path=/trunk/; revision=8773
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
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=<evo-prefix> --with-nspr-includes=<nspr-includes-prefix>
+--with-nspr-libs=<nspr-libs-prefix> --with-nss-includes=<nss-includes-prefix>
+--with-nss-libs=<nss-libs-prefix>
+
The layout of the source tree is: