Update, mention --with-glib2.

This commit is contained in:
Pavel Roskin 2002-09-20 22:58:51 +00:00
parent d391fc8e4d
commit 1b3b7b70b9

340
INSTALL
View File

@ -1,71 +1,63 @@
This file contains: This file contains:
- Installation instructions and notes for GNU Midnight Commander - Installation instructions for GNU Midnight Commander
- Where to get more information on GNU Midnight Commander - Where to get more information on GNU Midnight Commander
- Common problems - Notes about GNU Midnight Commander installation
- Information on porting the program - Obtaining related software
- Obtaining the missing pieces of GNU Midnight Commander
Installation instructions for GNU Midnight Commander Installation instructions for GNU Midnight Commander
---------------------------------------------------- ----------------------------------------------------
The `configure' shell script attempts to guess correct values for The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation, and creates various system-dependent variables used during compilation, and creates
the makefiles. It also creates a file `config.status' that you can run in the makefiles. It also creates a file `config.status' that you can run
the future to recreate the current configuration. in the future to recreate the current configuration.
NeXTStep users, make sure you read the "Compiling under NeXTStep" section.
To compile this package: To compile this package:
1. Configure the package for your system. 1. Configure the package for your system.
Normally, you just `cd' to the directory containing the package's Normally, you just `cd' to the directory containing the package's source
source code and type `./configure'. If you're using `csh' on an old code and type `./configure'. If you're using `csh' on an old version of
version of SystemV, you might need to type `sh configure' instead to SystemV, you might need to type `sh configure' instead to prevent `csh'
prevent `csh' from trying to execute `configure' itself. Under AIX, you from trying to execute `configure' itself. Under AIX, you may need to
may need to use ksh instead of sh. use ksh instead of sh.
Running `configure' takes a while. While it is running, it Running `configure' takes a while. While it is running, it prints some
prints some messages that tell what it is doing. If you don't want to messages that tell what it is doing. If you don't want to see any
see any messages, run `configure' with the `--quiet' option. messages, run `configure' with the `--quiet' option.
To compile the package in a different directory than the one containing To compile the package in a different directory than the one containing
the source code, you must use a version of `make' supporting the `VPATH' the source code, you must use a version of `make' supporting the `VPATH'
variable, such as GNU `make'. `cd' to the directory where you want the variable, such as GNU `make'. Change to the directory where you want
object files and executables to go and run the `configure' script with the the object files and executables to go and run the `configure' script
path to it. If for some reason `configure' is not in the source code with the full path. If for some reason `configure' cannot find the
directory that you are configuring, then it will report that it can't find source code directory, run `configure' with the option `--srcdir=DIR',
the source code. In that case, run `configure' with the option where DIR is the directory that contains the source code.
`--srcdir=DIR', where DIR is the directory that contains the source code.
By default, `make install' will install the package's files in By default, `make install' will install the package's files in
`/usr/local/bin', `/usr/local/man', etc. You can specify an installation `/usr/local/bin', `/usr/local/man', etc. You can specify an
prefix other than `/usr/local' by giving `configure' the option installation prefix other than `/usr/local' by giving `configure' the
`--prefix=PATH'. Alternately, you can do so by consistently giving a option `--prefix=PATH'.
value for the `prefix' variable when you run `make', e.g.,
make prefix=/usr/gnu You can specify separate installation prefixes for architecture specific
make prefix=/usr/gnu install files and architecture-independent files. If you give `configure' the
option `--exec-prefix=PATH', the package will use PATH as the prefix for
installing binary programs and libraries. Data files and documentation
will still use the regular prefix. Normally, all files are installed
using the same prefix.
You can specify separate installation prefixes for architecture If compiled on GNU/Linux, Midnight Commander detects if you have the gpm
specific files and architecture-independent files. If you give
`configure' the option `--exec-prefix=PATH' or set the `make' variable
`exec_prefix' to PATH, the package will use PATH as the prefix for
installing programs and libraries. Data files and documentation will
still use the regular prefix. Normally, all files are installed using the
same prefix.
If run on GNU/Linux, Midnight Commander detects if you have the gpm
library installed. If you installed the gpm mouse library in a library installed. If you installed the gpm mouse library in a
non-standard place, you will need to use the --with-gpm-mouse flag with non-standard place, you will need to use the --with-gpm-mouse flag with
the directory base where you installed the gpm package. the directory base where you installed the gpm package.
`configure' also recognizes the following options: `configure' recognizes the following options (the list may be
incomplete, use `configure --help' to get the full list):
`--help' `--help'
Print a summary of the options to `configure', and exit. Print a summary of the options to `configure' and exit.
`--quiet' `--quiet'
`--silent' `--silent'
@ -78,24 +70,28 @@ the directory base where you installed the gpm package.
Print the version of Autoconf used to generate the `configure' Print the version of Autoconf used to generate the `configure'
script, and exit. script, and exit.
`--with-glib2'
Look for glib 2.0 and newer. Otherwise, only glib 1.2.x will be
used. Note that you need pkgconfig installed to use this option.
`--without-edit' `--without-edit'
Configures the program to be compiled without the built-in file Configure GNU Midnight Commander to be compiled without the
editor. The built-in editor is compiled in by default. built-in file editor. The built-in editor is compiled in by
default.
`--with-ext2undel[=PATH]' `--with-ext2undel[=PATH]'
On systems that use the Extended 2 file system and have the On systems that use the ext2 or ext3 file system and have the
libext2fs.a library available, this compiles into the Midnight libext2fs library available, this option add support for recovering
Commander the support code for recovering deleted files (the deleted files (the undel virtual file system).
undel virtual file system). Use =PATH if libext2fs is installed in a non-standard place.
Use =PATH if libext2fs.a is installed in a non-standard place. The configure will append `lib' and `include' to PATH to find the
The configure will append `lib' and `include' to find the ext2fs ext2fs library and include files respectively.
libraries and include files respectively.
`--with-gpm-mouse[=PATH]' `--with-gpm-mouse[=PATH]'
Use this flag if your gpm mouse package cannot be detected by the Use this flag if the gpm mouse package cannot be detected by the
configure. Use =PATH if it is installed in a non-standard place. configure. Use =PATH if it is installed in a non-standard place.
The configure will append `lib' and `include' to find the libgpm.a The configure will append `lib' and `include' to PATH to find the
and gpm.h files respectively. gpm library and include files respectively.
`--without-gpm-mouse' `--without-gpm-mouse'
Use this flag to disable gpm mouse support (e.g. if you want to Use this flag to disable gpm mouse support (e.g. if you want to
@ -103,7 +99,7 @@ the directory base where you installed the gpm package.
`--with-hsc' `--with-hsc'
Compiles support for HSC firewall into the ftp virtual file system. Compiles support for HSC firewall into the ftp virtual file system.
Use this option with caution - it disables support for normal FTP Use this option with caution - it disables support for standard FTP
proxies. proxies.
`--with-mmap', `--without-mmap' `--with-mmap', `--without-mmap'
@ -119,18 +115,18 @@ the directory base where you installed the gpm package.
default. To turn it on, specify the `-U' option to the program. default. To turn it on, specify the `-U' option to the program.
`--with-tm-x-support' `--with-tm-x-support'
This option enables minimal X Window support in the text edition. It This option enables minimal support for X Window System events.
enables MC to query the status of the modifiers CONTROL and SHIFT It enables MC to query the status of the keyboard modifiers, such
when invoked in a terminal emulator under X11. That's necessary as Control, Shift and Alt, when invoked in a terminal emulator
to recognize some optional but handy key combinations like Ctrl-Home under X11. This is necessary (but not always sufficient) to
and Shift-Cursor key. recognize some optional but handy key combinations like Ctrl-Home
and Shift-Cursor keys.
`--without-vfs' `--without-vfs'
This option disables the Virtual File System switch code in the This option disables the Virtual File System switch code in the
Midnight Commander and uses the standard file system calls for Midnight Commander and uses the standard file system calls for
file access. If you specify this option you will not get the file access. If you specify this option, you won't get the
transparent tar File system manipulation as well nor the transparent access to archives and remote directories.
networked Midnight Commander file system.
`--with-mcfs' `--with-mcfs'
This option enables mcfs - a non-standard remote filesystem This option enables mcfs - a non-standard remote filesystem
@ -141,7 +137,7 @@ the directory base where you installed the gpm package.
`--with-samba' `--with-samba'
This option enables remote VFS over the SMB protocol. A stripped This option enables remote VFS over the SMB protocol. A stripped
down version of samba distibuted with the sources is compiled and down version of samba distributed with the sources is compiled and
linked with the mc executable. It is recommended that you install linked with the mc executable. It is recommended that you install
Samba client, since mc uses some files from Samba under certain Samba client, since mc uses some files from Samba under certain
conditions. Please visit http://www.samba.org/ to learn more. conditions. Please visit http://www.samba.org/ to learn more.
@ -156,7 +152,7 @@ You may also tell configure which display library you want to use with the
Midnight Commander. The configure script will use S-Lang as default, but Midnight Commander. The configure script will use S-Lang as default, but
you can override this by using any of the following flags (please note you can override this by using any of the following flags (please note
that S-Lang is included as part of the distribution and is tested much that S-Lang is included as part of the distribution and is tested much
better than everything else), better than ncurses),
`--with-slang' (default) `--with-slang' (default)
This is used to configure the program to use the S-Lang screen This is used to configure the program to use the S-Lang screen
@ -170,41 +166,28 @@ better than everything else),
may force using the termcap database by using the option may force using the termcap database by using the option
`--with-termcap', which also enables `--with-included-slang'. `--with-termcap', which also enables `--with-included-slang'.
`--with-ncurses[=directory]' `--with-ncurses[=PATH]'
Use this flag (either with or without the =directory part), if Use this flag (either with or without the =PATH part) if
you want to compile with ncurses instead of the default S-Lang. you want to compile with ncurses instead of the default S-Lang.
Use the =directory part if your ncurses is not installed in any of the Use the =PATH part if ncurses cannot be found by the configure
places configure will check (/usr/include, /usr/include/ncurses, script. The configure will append lib and include to PATH to find
/usr/local/include and /usr/local/include/ncurses). the ncurses library and headers respectively. For example, if you
The argument to this flag is the base directory where the ncurses have installed ncurses under /gnu/lib and /gnu/include, you
files are located. The configure will append lib and include to specify `--with-ncurses=/gnu'
find the libncurses.a and ncurses.h file respectively. For
example, if you have installed ncurses under /gnu/lib and
/gnu/include, you specify: --with-ncurses=/gnu
Run `configure --help' to see the full list of options. On systems that require unusual options for compilation or linking that
the package's `configure' script does not know about, you can give
`configure' initial values for variables by placing them in the command
line:
On systems that require unusual options for compilation or linking ./configure CC='gcc -traditional' LIBS=-lposix
that the package's `configure' script does not know about, you can give
`configure' initial values for variables by setting them in the
environment. In Bourne-compatible shells, you can do that on the
command line like this:
CC='gcc -traditional' LIBS=-lposix ./configure Here are the variables that you might want to override when running
`configure'.
On systems that have the `env' program, you can do it like this:
env CC='gcc -traditional' LIBS=-lposix ./configure
Here are the `make' variables that you might want to override with
environment variables when running `configure'.
For these variables, any value given in the environment overrides the
value that `configure' would choose:
- Variable: CC - Variable: CC
C compiler program. The default is `cc'. C compiler program. The default is `gcc' if found, otherwise `cc'.
- Variable: CFLAGS - Variable: CFLAGS
The default flags used to build the program. The default flags used to build the program.
@ -213,71 +196,55 @@ value that `configure' would choose:
Program to use to install files. The default is `install' if you Program to use to install files. The default is `install' if you
have it, `cp' otherwise. have it, `cp' otherwise.
For these variables, any value given in the environment is added to For these variables, any value given in the command line is added to the
the value that `configure' decides to use: value that `configure' decides to use:
- Variable: LIBS - Variable: LIBS
Libraries to link with, in the form `-lfoo -lbar...'. Libraries to link with, in the form `-lfoo -lbar...'.
If you need to do unusual things to compile the package, we encourage If you need to do unusual things to compile the package, we encourage
you to figure out how `configure' could check whether to do them, and mail you to figure out how `configure' could check whether to do them, and
diffs or instructions to the address given in the README so we can include mail diffs or instructions to the address given in the README so we can
them in the next release. include them in the next release.
2. Type `make' to compile the package. 2. Type `make' to compile the package.
3. If the package comes with self-tests and you want to run them, 3. Type `make install' to install programs, data files, and the
type `make check'. If you're not sure whether there are any, try it;
if `make' responds with something like
make: *** No way to make target `check'. Stop.
then the package does not come with self-tests.
4. Type `make install' to install programs, data files, and the
documentation. On GNU/Linux the console screen saver is installed as documentation. On GNU/Linux the console screen saver is installed as
well. well.
5. You can remove the program binaries and object files from the source 4. You can remove the program binaries and object files from the source
directory by typing `make clean'. If you want to clean the source tree directory by typing `make clean'. If you want to clean the source tree
completely, so that it contains only those files that should be packaged completely, so that it contains only those files that should be packaged
in the archive, issue `make distclean'. If you've run configure in a in the archive, issue `make distclean'. If you've run configure in a
different directory than the source tree, distclean won't remove your *.o different directory than the source tree, distclean won't remove your
and linked programs in that directory. *.o and linked programs in that directory.
6. GNU Midnight Commander allows you to stay in the last current 5. GNU Midnight Commander allows you to stay in the last current
directory after exiting MC. This is done with a shell function, the man directory after exiting MC. This is done with a shell function, the man
page has more information about this. page has more information about this.
The file `configure.in' is used to create `configure' by a program The file `configure.in' is used to create `configure' by a program
called `autoconf'. You only need it if you want to regenerate called `autoconf'. You only need it if you want to regenerate
`configure' using a newer version of `autoconf'. `configure' using a newer version of `autoconf'.
Compiling under NeXTStep
------------------------
These instructions were provided by Gregor Hoffleit
<flight@mathi.uni-heidelberg.DE>, he recommends configuring the
program like this:
export CC="cc -posix"
configure --without-subshell --with-termcap
Where to get more information on GNU Midnight Commander Where to get more information on GNU Midnight Commander
------------------------------------------------------- -------------------------------------------------------
There are two mailing lists for the program: There are two mailing lists for the program:
mc: Discussion on GNU Midnight Commander file manager. mc@gnome.org: Discussion on GNU Midnight Commander file manager.
mc-devel: For discussion between the developers of the program. mc-devel@gnome.org: Discussion between the developers of the program.
to subscribe to the mailing lists, visit their respective pages: To subscribe to the mailing lists, visit their respective pages:
http://mail.gnome.org/mailman/listinfo/mc/ http://mail.gnome.org/mailman/listinfo/mc/
http://mail.gnome.org/mailman/listinfo/mc-devel/ http://mail.gnome.org/mailman/listinfo/mc-devel/
Notes about GNU Midnight Commander installation Notes about GNU Midnight Commander installation
------------------------------------------------ -----------------------------------------------
GNU Midnight Commander has been run in the following configurations: GNU Midnight Commander has been run in the following configurations:
@ -305,99 +272,92 @@ Midnight Commander is written in a portable manner and uses GNU Autoconf
for configuration, so it is expected to compile without changes on many for configuration, so it is expected to compile without changes on many
other operating systems. other operating systems.
You will need GNU C (or an ANSI C Compiler) and glib library version You will need an ANSI C Compiler (such as GCC) and glib library to
1.2.x to compile the source. GNU Midnight Commander now comes with the compile the source. GNU Midnight Commander now comes with the S-Lang
S-Lang screen manager, a fast screen manager, so don't need to worry screen manager, a fast screen manager, but you may want to use the
about screen libraries. already installed S-Lang or ncurses library.
If you insist on using ncurses, it's recommended to use ncurses 4.1 and If you insist on using ncurses, it's recommended to use ncurses 4.1 and
above, since the older versions don't support resizing of the xterm above, since the older versions don't support resizing in the xterm
window. window.
GNU Midnight Commander comes with the mouse support on xterms and in the GNU Midnight Commander comes with the mouse support on xterms and in the
Linux console. In order to take advantage of the mouse support on the Linux console. In order to take advantage of the mouse support on the
Linux console you will need the gpm mouse server (see the section Linux console you will need the gpm mouse server (see the section
"Obtaining the missing pieces of GNU Midnight Commander" in this file). "Obtaining related software" in this file).
Once you get the Mouse Server, compile it and install it, then you Once you get gpm, compile it and install it, then you will have to
will have to specify the `--with-gpm-mouse' flag to the configure specify the `--with-gpm-mouse' flag to the configure program if you
program if you installed it in a non-standard directory. If you installed it in a non-standard directory. If you installed the gpm
installed the gpm package under /usr or /usr/local, you don't need to package under /usr or /usr/local, you don't need to specify this flag;
specify this flag; configure will find gpm for you. The support for configure will find gpm for you. The support for mice on xterms is
mice on xterms is always compiled in. always compiled in.
We are working on further enhancements to the program, but we're not sure We are working on further enhancements to the program, but we're not
which ones must go first. If you would like to point us in the Right sure which ones must go first. If you would like to point us in the
Direction we will be glad to hear from you (you could check the file TODO Right Direction we will be glad to hear from you (you could check the
included with this distribution for the current projects). file TODO included with this distribution for the current projects).
If you happen to find an undocumented feature that doesn't do what you If you happen to find a feature that doesn't do what you expect, please
expected, please write to mc@gnome.org telling as much as you can about write to mc@gnome.org telling as much as you can about the problem
the problem you're experiencing. Please don't send personal messages to you're experiencing. Please don't send personal messages to the
the maintainers. maintainers.
Porting the program Obtaining related software
------------------- --------------------------
Random notes on porting to other architectures. glib
----
GNU Midnight Commander uses by default the S-Lang library for handling The only "hard" dependency of GNU Midnight Commander is glib. You can
the display. You may want to download the latest version of S-Lang get glib from
or use a slightly modified S-Lang version 0.99.38 included with the
Midnight Commander. The included library is very stable and has been
used for years without problems. You shouldn't expect any problems
porting S-Lang to your platform.
Another possibility is to download and install ncurses on your OS. ftp://ftp.gtk.org/pub/gtk/
GNU Midnight Commander can use ncurses as well as the display engine.
However, you may encounter minor differences, for instance, you will
be unable to force the color mode by giving the "-c" switch to GNU
Midnight Commander.
Note that only versions 1.2.x are fully supported. Older versions won't
even be detected. Newer versions will be detected if `--with-glib2' is
specified. Support for glib 2.0 is considered experimental.
Obtaining the missing pieces of GNU Midnight Commander Terminal database
------------------------------------------------------ -----------------
GNU Midnight Commander will build without requiring you to get any other There are many incomplete terminal databases out there, however, a
software packages, however, you may be interested in enhancing the complete terminfo is bundled with ncurses. (It is simple to generate
Midnight Commander environment with some of these: the termcap database using the infocmp utility in ncurses).
o Terminal database Some terminfo data are included with the mc distribution (lib/*.ti).
Particularly linux, xterm and vt100. Use e.g. ''tic linux.ti'' to use
There are many incomplete terminal databases out there, however, a them.
complete terminfo is bundled with ncurses. (It is simple to generate
the termcap database using the infocmp utility in ncurses).
Some terminfo data are included with the mc distribution (lib/*.ti). If you want to run mc on xterm/color_xterm/ansi_xterm (not rxvt), then
Particularly linux, xterm and vt100. Use e.g. ''tic linux.ti'' to you might read lib/README.xterm for further information.
use them.
If you want to run mc on xterm/color_xterm/ansi_xterm (not rxvt), then Screen libraries
you might read lib/README.xterm for further information. ----------------
o GLib GNU Midnight Commander can use the included version of S-Lang, but you
can get the latest version here:
Midnight Commander requires GLib. You can get GLib from http://www.s-lang.org/
ftp://ftp.gtk.org/pub/gtk/ Alternatively, you can use ncurses:
Note that only versions 1.2.x are supported. Older versions won't http://www.gnu.org/software/ncurses/ncurses.html
even be detected. Newer versions won't be detected either - they use a
new package system that is not supported yet by GNU Midnight Commander.
o In the past GNU Midnight Commander required the ncurses library to Mouse support
build, now it's optional. You can get ncurses from -------------
ftp://ftp.gnu.org/gnu/ncurses/ The general purpose mouse (gpm) daemon is available from
ftp://dickey.his.com/ncurses/
o The general purpose mouse (gpm) daemon is available at: ftp://arcana.linux.it/pub/gpm/
ftp://ftp.systemy.it/pub/develop/ Compiler
--------
And the GNU Compiler Collection may be obtained from the following sites: If your C compiler is not powerful enough to compile GNU Midnight
Commander, you should report is as a bug to the GNU Midnight Commander
team. Sometimes there is no solution than upgrading to a modern and
free compiler - GCC (Compiler Collection):
ftp://gcc.gnu.org/pub/gcc/releases/ http://gcc.gnu.org/
ftp://ftp.gnu.org/gnu/gcc/
http://gcc.gnu.org/mirrors.html