about summary refs log tree commit diff stats
path: root/docs/OS-390.announce
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2001-07-25 00:54:30 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2001-07-25 00:54:30 -0400
commit864412f0359169368927737c2908ff357ea343a0 (patch)
treeb7aeae150ebc564c421b39ca20e07c00e060562a /docs/OS-390.announce
parent6e9e7ef2b46e5342abc371216f4851517278a494 (diff)
downloadlynx-snapshots-864412f0359169368927737c2908ff357ea343a0.tar.gz
snapshot of project "lynx", label v2-8-5dev_1
Diffstat (limited to 'docs/OS-390.announce')
-rw-r--r--docs/OS-390.announce14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/OS-390.announce b/docs/OS-390.announce
index 47cbae06..e3afd9e0 100644
--- a/docs/OS-390.announce
+++ b/docs/OS-390.announce
@@ -1,24 +1,24 @@
 This document suggests steps to install Lynx on OS/390 systems.
 
 ========================================================================
-o Download the archive file lynx2-8-4.tar.Z in BINARY from the site
+o Download the archive file lynx2-8-5.tar.Z in BINARY from the site
   where you found this announcement or from a site listed at
   http://lynx.browser.org/
 
 o Unpack with:
 
-	uncompress <lynx2-8-4.tar.Z | pax -rv -o to=IBM-1047
+	uncompress <lynx2-8-5.tar.Z | pax -rv -o to=IBM-1047
 
   The "-o to=IBM-1047" is needed to convert the ASCII archive
   to EBCDIC.  You must not download as a text file; the conversion
   must be performed after the uncompress.
 
 ========================================================================
-o Alternatively, download the PKZIPped archive lynx2-8-4.zip in BINARY.
+o Alternatively, download the PKZIPped archive lynx2-8-5.zip in BINARY.
 
 o Unpack with:
 
-	unzip -aa lynx2-8-4.zip
+	unzip -aa lynx2-8-5.zip
 
   The "-aa" is needed to convert the ASCII archive
   to EBCDIC.  (unzip is not shipped with OS/390.  You can
@@ -38,7 +38,7 @@ o Run the configure script:
 	cd       ./OS390
 	rm -f config.cache
 	CC=c89 CFLAGS="-D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE" \
-	    ../lynx2-8-4/configure
+	    ../lynx2-8-5/configure
 
   The definitions select the ANSI C compiler (c89) and options
   to select the right header file directories.  You may also
@@ -64,8 +64,8 @@ o Build Lynx
 ========================================================================
 o Test Lynx:
 
-	./lynx -cfg=../lynx2-8-4/lynx.cfg \
-	    ../lynx2-8-4/lynx_help/lynx_help_main.html
+	./lynx -cfg=../lynx2-8-5/lynx.cfg \
+	    ../lynx2-8-5/lynx_help/lynx_help_main.html
 
 ========================================================================
 o Install Lynx: