1
1
Этот коммит содержится в:
Pavel Roskin 2002-09-20 21:59:34 +00:00
родитель 609ca8e92b
Коммит d391fc8e4d

Просмотреть файл

@ -1,15 +1,13 @@
-*-text-*-
Read the INSTALL file for the complete instructions. Read the INSTALL file for the complete instructions.
GNU Midnight Commander requires glib. Currently only the 1.2.x GNU Midnight Commander requires glib. Currently only the 1.2.x series
series are supported. You may already have glib installed, but if you are fully supported. You may already have glib installed, but if you
don't, take it from ftp://ftp.gtk.org/pub/gtk/v1.2/ don't, take it from ftp://ftp.gtk.org/pub/gtk/v1.2/
GNU Midnight Commander by default will use the S-Lang screen manager. GNU Midnight Commander uses the S-Lang screen library by default. It
It tries the S-Lang library installed on the system, but if it's not tries the S-Lang library installed on the system. If it's not found,
found, the included S-Lang sources are used. It is also possible to the included S-Lang sources are used. It is also possible to use
use ncurses as the screen manager. ncurses as the screen library.
1. Configure the package for your system. 1. Configure the package for your system.
@ -27,9 +25,9 @@ use ncurses as the screen manager.
giving `configure' the option `--prefix=PATH'. giving `configure' the option `--prefix=PATH'.
`--with-included-slang' `--with-included-slang'
Don't try the S-Lang library installed in the system - use the Use the included S-Lang sources rather than any installed
included S-Lang sources. The included library is rather old, S-Lang library. The included library is rather old, but it
by it works very well on many terminals. works fine on most terminals.
`--with-ncurses[=PATH]' `--with-ncurses[=PATH]'
Use the flag without =PATH if you want to compile with ncurses Use the flag without =PATH if you want to compile with ncurses
@ -49,16 +47,21 @@ use ncurses as the screen manager.
You may also want to specify CFLAGS for the compiler, even if it finds You may also want to specify CFLAGS for the compiler, even if it finds
itself some defaults by typing e.g. itself some defaults by typing e.g.
`CFLAGS=-O2 ./configure' ./configure CFLAGS=-O3
2. Type `make' to compile the package. 2. Type `make' to compile the package.
3. Type `make install' (as root) to install programs, data files, and 3. Type `make install' to install programs, data files, and
documentation. If you're on a GNU/Linux system, this will install the documentation. You may need to run this command as root.
`cons.saver' utility, which allows the Midnight Commander to save and
restore the screen contents. If you're making a mc binary distribution If you're on a GNU/Linux system, this will install the `cons.saver'
for other people and want to tar the whole binary later, you may want utility, which allows the Midnight Commander to save and restore the
to specify `make install DESTDIR=PATH', which will make PATH the root screen contents. This utility can be installed setuid root, but it's
for installation. only needed on systems where users cannot access /dev/vcsaN, where N is
the virtual console number, on which the uses is logged on.
If you're making a mc binary distribution for other people and want to
package the whole installed tree, use `make install DESTDIR=PATH', which
will make PATH the root for installation.
4. Type `mc' and enjoy! 4. Type `mc' and enjoy!