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-17 22:10:44 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2001-07-17 22:10:44 -0400
commit6e9e7ef2b46e5342abc371216f4851517278a494 (patch)
tree834ea2c7ba58ee7a515c92229a84622d26ac5ab7 /docs/OS-390.announce
parent93ed2386696875af53e7f84b20f6414f3c8106fb (diff)
downloadlynx-snapshots-6e9e7ef2b46e5342abc371216f4851517278a494.tar.gz
snapshot of project "lynx", label v2-8-4rel_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 7611ee97..47cbae06 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-3.tar.Z in BINARY from the site
+o Download the archive file lynx2-8-4.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-3.tar.Z | pax -rv -o to=IBM-1047
+	uncompress <lynx2-8-4.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-3.zip in BINARY.
+o Alternatively, download the PKZIPped archive lynx2-8-4.zip in BINARY.
 
 o Unpack with:
 
-	unzip -aa lynx2-8-3.zip
+	unzip -aa lynx2-8-4.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-3/configure
+	    ../lynx2-8-4/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-3/lynx.cfg \
-	    ../lynx2-8-3/lynx_help/lynx_help_main.html
+	./lynx -cfg=../lynx2-8-4/lynx.cfg \
+	    ../lynx2-8-4/lynx_help/lynx_help_main.html
 
 ========================================================================
 o Install Lynx: