about summary refs log tree commit diff stats
path: root/INSTALLATION
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-03-04 10:56:18 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1999-03-04 10:56:18 -0500
commitf7c3c4ca429260c4d056b1e032e05162e25554ca (patch)
tree8317fd8852ed2996cf2edf2838c7f43f4023bcd5 /INSTALLATION
parentc5fef0d4ab035d8fd988270a39ed6f9d0e9b214c (diff)
downloadlynx-snapshots-f7c3c4ca429260c4d056b1e032e05162e25554ca.tar.gz
snapshot of project "lynx", label v2-8-2dev_18
Diffstat (limited to 'INSTALLATION')
-rw-r--r--INSTALLATION16
1 files changed, 16 insertions, 0 deletions
diff --git a/INSTALLATION b/INSTALLATION
index 30c4ce9e..9f814ad7 100644
--- a/INSTALLATION
+++ b/INSTALLATION
@@ -221,6 +221,9 @@ II. Compile instructions -- UNIX
 	menu options code with FORMS_OPTIONS switch in lynx.cfg, or
 	-forms_options command-line switch.
 
+  --disable-gopher			(define DISABLE_GOPHER)
+	Do not compile-in code used to connect to GOPHER servers.
+
   --disable-full-paths
   	Use this option to control whether full utility pathnames are used.
 	By default, configure substitutes full pathnames.
@@ -247,6 +250,16 @@ II. Compile instructions -- UNIX
 	Turn off code that lets Lynx display parts of a long page while loading
 	it.
 
+  --disable-trace			(define NO_LYNX_TRACE)
+	Turn off code that lets you trace internal details of Lynx's operation. 
+	We recommend that you leave this enabled, since we need this
+	information to diagnose problems with either Lynx or the sites to which
+	you connect.
+
+  --enable-addrlist-page                (define EXP_ADDRLIST_PAGE)
+	Compiles-in an alternative list-page, bound to 'A' rather than 'l',
+	which always lists URLs rather than titles.
+
   --enable-alt-bindings                 (define EXP_ALT_BINDINGS)
 	Compiles-in an alternative set of line-edit bindings, in addition
 	to the default bindings.
@@ -299,6 +312,9 @@ II. Compile instructions -- UNIX
 		JCUKEN Cyrillic, for AT 101-key kbd
 		YAWERTY Cyrillic, for DEC LK201 kbd
 
+  --enable-libjs			(define EXP_LIBJS)
+  	Disabled by default; used for ifdef'ing JavaScript interface.
+
   --enable-nls
 	use Native Language Support (i.e., gettext).