diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2007-07-30 00:49:10 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2007-07-30 00:49:10 -0400 |
commit | f280565bc0561b7151fae26b4a3a9f07f9c923f5 (patch) | |
tree | 9a2e0492df60e742a6f826b13f636cb25c2bb1f9 /INSTALLATION | |
parent | fc2f1c2d4c0aa08b055c73bd379d6975181eb0f6 (diff) | |
download | lynx-snapshots-f280565bc0561b7151fae26b4a3a9f07f9c923f5.tar.gz |
snapshot of project "lynx", label v2-8-7dev_5d
Diffstat (limited to 'INSTALLATION')
-rw-r--r-- | INSTALLATION | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/INSTALLATION b/INSTALLATION index c2976c9b..4ae4784f 100644 --- a/INSTALLATION +++ b/INSTALLATION @@ -651,12 +651,22 @@ II. Compile instructions -- UNIX If cross-compiling, the host libraries. You might need to do this if the target environment requires unusual libraries. - --with-bzlib (define USE_BZLIB) + --with-bzlib[=XXX] (define USE_BZLIB) Use libbz2 for decompression of some bzip2 files. - --with-zlib (define USE_ZLIB) + The optional value XXX specifies the directory in which the library + can be found, and may be either the path of the "lib" directory, + or one level above. In either case, the corresponding header files + are assumed to be in the parallel "include" directory. + + --with-zlib[=XXX] (define USE_ZLIB) Use zlib for decompression of some gzip files. + The optional value XXX specifies the directory in which the library + can be found, and may be either the path of the "lib" directory, + or one level above. In either case, the corresponding header files + are assumed to be in the parallel "include" directory. + 1d. Environment variables The configure script looks for programs and libraries in known/standard locations. You can override the behavior of the script by presetting @@ -1305,4 +1315,4 @@ VIII. Acknowledgment -- 1999/04/24 - H. Nelson <lynx-admin@irm.nara.kindai.ac.jp> -- vile:txtmode --- $LynxId: INSTALLATION,v 1.99 2007/05/13 13:47:59 tom Exp $ +-- $LynxId: INSTALLATION,v 1.100 2007/07/29 17:23:43 tom Exp $ |