diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2003-04-28 01:28:08 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2003-04-28 01:28:08 -0400 |
commit | 03413d1c868839950b21fd0b10fa5f31fff83964 (patch) | |
tree | 69b5d38bd1d80a009b23a41cd40148e434e13e38 /INSTALLATION | |
parent | c812b42f4248ea1ab6641616f6aef08d402d9f92 (diff) | |
download | lynx-snapshots-03413d1c868839950b21fd0b10fa5f31fff83964.tar.gz |
snapshot of project "lynx", label v2-8-5dev_15
Diffstat (limited to 'INSTALLATION')
-rw-r--r-- | INSTALLATION | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALLATION b/INSTALLATION index 74c87519..36b9e572 100644 --- a/INSTALLATION +++ b/INSTALLATION @@ -479,6 +479,16 @@ II. Compile instructions -- UNIX --with-dmalloc use Gray Watson's dmalloc library + --with-gnutls[=XXX] (define USE_SSL) + Use this option to configure with the GNU TLS library. + See docs/README.ssl for additional information. + + The optional value XXX specifies the directory in which the library + can be found, and may be either the path of the "lib" directory, + or one level above. In either case, the corresponding header files + are assumed to be in the parallel "include" directory. The default + is /usr/local/gnutls. + --with-included-gettext use the GNU gettext library included here (default). See "--enable-nls". |