diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2001-04-02 01:02:30 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2001-04-02 01:02:30 -0400 |
commit | 8c68f693cc82e6650afff52fe478c0ccde4bc015 (patch) | |
tree | 395cb6842d38654cda008ac0524564f59d959392 /INSTALLATION | |
parent | 4bb52da7b05bb0a4331325010be89a0c630f671c (diff) | |
download | lynx-snapshots-8c68f693cc82e6650afff52fe478c0ccde4bc015.tar.gz |
snapshot of project "lynx", label v2-8-4dev_20
Diffstat (limited to 'INSTALLATION')
-rw-r--r-- | INSTALLATION | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALLATION b/INSTALLATION index d21b4d3c..a9bd1bcb 100644 --- a/INSTALLATION +++ b/INSTALLATION @@ -338,7 +338,7 @@ II. Compile instructions -- UNIX --enable-color-style (define USE_COLOR_STYLE) Use this option to enable optional and *experimental* color style. This is implemented for curses (if it supports color), ncurses and - PDCurses, but not slang. (Also defines USE_HASH, LINKEDSTYLES) + PDCurses, but not slang. --enable-debug (The symbol DEBUG is always defined.) Use this option to compile-in support for debugging. @@ -446,6 +446,10 @@ II. Compile instructions -- UNIX --enable-underlines (define UNDERLINE_LINKS) Use this option to underline links rather than using boldface. + --enable-vertrace (define LY_TRACELINE) + Turn on code that prefixes trace output lines with source filename + and line number. + --enable-warnings Use this option to turn on GCC compiler warnings. |