diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-03-27 03:37:59 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-03-27 03:37:59 -0500 |
commit | c68ecb8b21bef3908cb17f8d1d4af694bf7e7137 (patch) | |
tree | b433eeff77822973f7bdb7de3642e7a21ccbe5a8 /INSTALLATION | |
parent | d70fdcf7f031566fd582362899099f9fba23a7ac (diff) | |
download | lynx-snapshots-c68ecb8b21bef3908cb17f8d1d4af694bf7e7137.tar.gz |
snapshot of project "lynx", label v2-8-3dev_23
Diffstat (limited to 'INSTALLATION')
-rw-r--r-- | INSTALLATION | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/INSTALLATION b/INSTALLATION index 93242681..97f8bb81 100644 --- a/INSTALLATION +++ b/INSTALLATION @@ -681,11 +681,12 @@ Cygwin: to use the configure script described above for Unix. Type, for example, "./configure --with-screen=ncurses --with-libz" in a Dos window running the cygwin bash$ shell. You also have the choice of using either pdcurses or - slang. See "http://www.flora.org/lynx-dev/html/month1097/msg00559.html" - and "http://www.flora.org/lynx-dev/html/month1097/msg00186.html", and other - messages along those threads. You will have to make a minor alteration to - HTTCP.c (change delay to 30 seconds) and modify HTFILE.c (concerning - getgroups). You will need a launch program to call helper applications. + slang. You will need a launch program such as sh.exe to call helper + applications. Paths may need to be in cygwin style, rather than Windows + style (e.g., TMPDIR=/d/cygwin/tmp, rather than TMPDIR=d:\cygwin\tmp). You + will not be able to use the cygwin1.dll that comes with the standard b20 + distribution of cygwin. Substitute the cygwin1.dll from: + "ftp://sourceware.cygnus.com/pub/cygwin/snapshot-19990115/cygwin1-19990115.dll.gz" Visual C++: You must have compiled zlib and PDCurses with the -MT (threaded code) |