Fixups of SIGWINCH handling.
[midnight-commander.git] / doc / INSTALL.FAST
blobe448863b0c71b95d49ad4449d84329facd4b7eb2
1 Read the INSTALL file for the complete instructions. 
3 GNU Midnight Commander requires glib.  Currently the 1.2.x and 2.0.x
4 series are supported.  You may already have glib installed, but if you
5 don't, take it from ftp://ftp.gtk.org/pub/gtk/
7 GNU Midnight Commander uses the S-Lang screen library by default. It
8 tries the S-Lang library installed on the system.  If it's not found,
9 the included S-Lang sources are used.  It is also possible to use
10 ncurses as the screen library.
12 1. Configure the package for your system.
14 Normally, you just `cd' to the package main directory and type
15 `./configure'.
17 The most often needed options to configure are following:
19 `--prefix=PATH'
20         By default, `make install' will install the package's files
21         in `/usr/local/bin', `/usr/local/man', etc. or to `/usr/bin',
22         `/usr/man', etc. depending on the location of an old mc binary.
23         If you have none in your system, default will be `/usr/local'.
24         You can specify an installation prefix other than default by
25         giving `configure' the option `--prefix=PATH'.
27 `--with-screen={slang|ncurses}'
28         Choose the library used to manage interaction with the terminal.
29         `slang' means S-Lang library already installed on the system,
30         `ncurses' means ncurses library already installed on the system.  
31         The installed S-Lang library is used by default if found.
33 You may also want to specify CFLAGS for the compiler, even if it finds
34 itself some defaults by typing e.g.
36 ./configure CFLAGS=-O3
38 2. Type `make' to compile the package.
40 3. Type `make install' to install programs, data files, and
41 documentation.  You may need to run this command as root.
43 If you're on a GNU/Linux system, this will install the `cons.saver'
44 utility, which allows the Midnight Commander to save and restore the
45 screen contents.  This utility can be installed setuid root, but it's
46 only needed on systems where users cannot access /dev/vcsaN, where N is
47 the virtual console number, on which the uses is logged on.
49 If you're making a mc binary distribution for other people and want to
50 package the whole installed tree, use `make install DESTDIR=PATH', which
51 will make PATH the root for installation.
53 4. Type `mc' and enjoy!