about summary refs log tree commit diff stats
path: root/INSTALLATION
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2017-08-08 22:34:27 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2017-08-08 22:34:27 +0000
commit9d63df04500b5960b071b5b51134a75de430f3fb (patch)
tree590037724f00ae5676be74a579780c0738ec191f /INSTALLATION
parent7ca4bb63efb44f5850af954e973bdc7d67f64116 (diff)
downloadlynx-snapshots-9d63df04500b5960b071b5b51134a75de430f3fb.tar.gz
snapshot of project "lynx", label v2-8-9dev_16a
Diffstat (limited to 'INSTALLATION')
-rw-r--r--INSTALLATION18
1 files changed, 11 insertions, 7 deletions
diff --git a/INSTALLATION b/INSTALLATION
index 1f3e2c03..b0c692cd 100644
--- a/INSTALLATION
+++ b/INSTALLATION
@@ -133,12 +133,16 @@ II. Compile instructions -- UNIX
     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
-    have either "ncurses" ("ftp://invisible-island.net/ncurses") or "slang"
-    ("ftp://space.mit.edu/pub/davis/slang").  If you install these libraries
-    in your home directory or a non-default location, you may need to set the
-    CPPFLAGS (full path to include files) and LIBS (full path to library files)
-    environment variables BEFORE running configure.  See "1d. Environment".
-    Use the "--with-screen=ncurses" or "--with-screen=slang" option.
+    have either
+    
+	    "ncurses" ("ftp://ftp.invisible-island.net/ncurses") or
+	    "slang"   ("ftp://space.mit.edu/pub/davis/slang").
+    
+    If you install these libraries in your home directory or a non-default
+    location, you may need to set the CPPFLAGS (full path to include files) and
+    LIBS (full path to library files) environment variables BEFORE running
+    configure.  See "1d.  Environment".  Use the "--with-screen=ncurses" or
+    "--with-screen=slang" option.
 
     Note that while lynx will build with a variety of versions of curses and
     ncurses, some will be less satisfactory.  Versions of ncurses before
@@ -1482,4 +1486,4 @@ VIII. Acknowledgment
 
 -- 1999/04/24 - H. Nelson <lynx-admin@irm.nara.kindai.ac.jp>
 -- vile:txtmode
--- $LynxId: INSTALLATION,v 1.127 2017/07/10 08:55:07 tom Exp $
+-- $LynxId: INSTALLATION,v 1.128 2017/08/08 22:34:10 tom Exp $