about summary refs log tree commit diff stats
path: root/INSTALLATION
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2000-01-07 03:20:24 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2000-01-07 03:20:24 -0500
commitd61bc4e56055c372ab0b8d027f376c2f4a2ecfff (patch)
tree8d4e0da5b7cf703c2167d84dc84b54669183bba1 /INSTALLATION
parentf61041c10496785b2833ee4f76ef3edc9792b1bd (diff)
downloadlynx-snapshots-d61bc4e56055c372ab0b8d027f376c2f4a2ecfff.tar.gz
snapshot of project "lynx", label v2-8-3dev_18
Diffstat (limited to 'INSTALLATION')
-rw-r--r--INSTALLATION9
1 files changed, 4 insertions, 5 deletions
diff --git a/INSTALLATION b/INSTALLATION
index 5d4c7031..04ef01c6 100644
--- a/INSTALLATION
+++ b/INSTALLATION
@@ -96,7 +96,7 @@ Step 5.  Anonymous Accounts *** VERY IMPORTANT!!!!! ***
 
 II. Compile instructions -- UNIX
 
-1a. Auto-configure.  The auto-configure script uses autoconf2.12 to generate a
+1a. Auto-configure.  The auto-configure script uses autoconf2.13 to generate a
     Bourne shell script, configure, which creates "makefile" and "lynx_cfg.h".
 
     If you are on a UNIX platform, the easiest way to build Lynx is to type:
@@ -123,6 +123,9 @@ II. Compile instructions -- UNIX
     of config.status, config.cache and config.log, as well as the pertinent
     compiler diagnostics.
 
+    See the note in aclocal.m4 for special instructions if you must modify the
+    configure script.
+
     NOTE:  Lynx is a curses-based application, so you must have a curses
     library available to link to.  Native curses (on the system when it was
     installed) are often broken, so you may get superior performance if you
@@ -163,10 +166,6 @@ II. Compile instructions -- UNIX
     useful for compiling with the bundled curses.  Both ncurses and slang
     require a compiler that recognizes prototypes.
 
-    NOTE:  Ncurses 4.2 builds/works on OS/2; however you should get at least
-    the post-4.2 patches from October 1998, since that supports mouse and
-    screen sizes other than 25x80.  (ftp://ftp.clark.net/pub/dickey/ncurses/)
-
 1c. Options
     To get a list of the configure script's options, type "./configure --help".
     Below is an alphabetical listing of the Lynx-specific options.  The actual