mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Document --disable-background and --disable-netcode.
This commit is contained in:
parent
05b1a3f2c1
commit
e7663c1086
16
INSTALL
16
INSTALL
@ -146,6 +146,22 @@ incomplete, use `configure --help' to get the full list):
|
||||
the internal viewer and editor and converting it on the fly. The
|
||||
implementation of this option is currently incomplete.
|
||||
|
||||
`--disable-background'
|
||||
This option disables support for background operations. Background
|
||||
operations allow to perform some tasks such as copying files in a
|
||||
separate background process. Any messages from the background
|
||||
process are forwarded to the foreground process. More advanced
|
||||
dialogs cannot be forwarded yet, so the background process uses the
|
||||
default. Background code is known to be less stable than the rest
|
||||
of the code, so you may want to disable it at the compile time.
|
||||
|
||||
`--disable-netcode'
|
||||
This option disables support for networked virtual filesystems.
|
||||
It's primarily used by developers to make sure that the code would
|
||||
compile and run on operating systems that lack POSIX compatible
|
||||
network support. But you can use it is you know that you won't be
|
||||
accessing remote filesystems from GNU Midnight Commander.
|
||||
|
||||
You may also tell configure which screen library you want to use with
|
||||
the Midnight Commander. The configure script will use S-Lang as
|
||||
default, and prefers an already installed S-Lang library over the
|
||||
|
Loading…
Reference in New Issue
Block a user