mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-01 12:42:57 +03:00
Ticket #4330: doc/INSTALL clean up.
Removed description of S-Lang related options that were removed in 0a26014ca4c844ad5a157895137298fbc60f1617. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
2c205c5928
commit
185c80ffb7
12
doc/INSTALL
12
doc/INSTALL
@ -210,14 +210,6 @@ ncurses):
|
||||
`ncurses' means ncurses library already installed on the system.
|
||||
The S-Lang library is used by default if found.
|
||||
|
||||
`--with-slang-includes=[DIR]'
|
||||
Set path to SLANG includes [default=/usr/include]; make sense
|
||||
only if --with-screen=slang is used.
|
||||
|
||||
`--with-slang-libs=[DIR]'
|
||||
Set path to SLANG library [default=/usr/lib]; mke sense only
|
||||
if --with-screen=slang is used.
|
||||
|
||||
`--with-ncurses-includes=[DIR]'
|
||||
Set path to ncurses includes [default=/usr/include]; make
|
||||
sense only if --with-screen=ncurses is used;
|
||||
@ -459,6 +451,4 @@ to /usr/local:
|
||||
|
||||
./configure \
|
||||
--prefix=/usr/local \
|
||||
--with-screen=slang \
|
||||
--with-slang-includes=/usr/local/include \
|
||||
--with-slang-libs=/usr/local/lib
|
||||
--with-screen=slang
|
||||
|
Loading…
x
Reference in New Issue
Block a user