Small aesthetical fix.
[midnight-commander.git] / INSTALL
blob8b2767e67ded8118c57e9c5ac182eee494e5f0a6
1 This file contains:
3 - Installation instructions for GNU Midnight Commander
4 - Where to get more information on GNU Midnight Commander
5 - Notes about GNU Midnight Commander installation
6 - Obtaining related software
9 Installation instructions for GNU Midnight Commander
10 ----------------------------------------------------
12 The `configure' shell script attempts to guess correct values for
13 various system-dependent variables used during compilation, and creates
14 the makefiles.  It also creates a file `config.status' that you can run
15 in the future to recreate the current configuration.
17 To compile this package:
19 1.  Configure the package for your system.
21 Normally, you just `cd' to the directory containing the package's source
22 code and type `./configure'.  If you're using `csh' on an old version of
23 SystemV, you might need to type `sh configure' instead to prevent `csh'
24 from trying to execute `configure' itself.  Under AIX, you may need to
25 use ksh instead of sh.
27 Running `configure' takes a while.  While it is running, it prints some
28 messages that tell what it is doing.  If you don't want to see any
29 messages, run `configure' with the `--quiet' option.
31 To compile the package in a different directory than the one containing
32 the source code, you must use a version of `make' supporting the `VPATH'
33 variable, such as GNU `make'.  Change to the directory where you want
34 the object files and executables to go and run the `configure' script
35 with the full path.  If for some reason `configure' cannot find the
36 source code directory, run `configure' with the option `--srcdir=DIR',
37 where DIR is the directory that contains the source code.
39 By default, `make install' will install the package's files in
40 `/usr/local/bin', `/usr/local/man', etc.  You can specify an
41 installation prefix other than `/usr/local' by giving `configure' the
42 option `--prefix=PATH'.
44 You can specify separate installation prefixes for architecture specific
45 files and architecture-independent files.  If you give `configure' the
46 option `--exec-prefix=PATH', the package will use PATH as the prefix for
47 installing binary programs and libraries.  Data files and documentation
48 will still use the regular prefix.  Normally, all files are installed
49 using the same prefix.
51 If compiled on GNU/Linux, Midnight Commander detects if you have the gpm
52 library installed.  If you installed the gpm mouse library in a
53 non-standard place, you will need to use the --with-gpm-mouse flag with
54 the directory base where you installed the gpm package.
56 `configure' recognizes the following options (the list may be
57 incomplete, use `configure --help' to get the full list):
59 `--help'
60      Print a summary of the options to `configure' and exit.
62 `--quiet'
63 `--silent'
64      Do not print messages saying which checks are being made.
66 `--verbose'
67      Print the results of the checks.
69 `--version'
70      Print the version of Autoconf used to generate the `configure'
71      script, and exit.
73 `--without-edit'
74      Configure GNU Midnight Commander to be compiled without the
75      built-in file editor.  The built-in editor is compiled in by
76      default.
78 `--with-ext2undel'
79      On systems that use the ext2 or ext3 file system and have the
80      libext2fs library available, this option adds support for
81      recovering deleted files (the undel virtual file system). 
83 `--without-gpm-mouse'
84      Use this flag to disable gpm mouse support (e.g. if you want to
85      use mouse only on X terminals).
87 `--with-glib12'
88      Force using glib 1.2.x even if glib 2.0.x is present.  Use this
89      flag for testing or if you want to use the binary on systems that
90      don't have glib 2.0.x installed.
92 `--with-glib-static'
93      Force linking against glib statically.  This option is intended for
94      building binaries for distribution purposes and may not work on
95      some operating systems.
97 `--with-mmap', `--without-mmap'
98      Force using or not using the mmap function.  It is currently used
99      in the internal viewer.  `--with-mmap' may be useful on some
100      versions of AIX where the `configure' script decides that mmap is
101      broken, but it's actually suitable for the internal viewer.
103 `--with-subshell[=optional]', `--without-subshell' 
104      The subshell support is by default turned on, you can disable
105      this by using the --without-subshell option.  If you pass the
106      =optional parameter, then the subshell support is turned off by
107      default.  To turn it on, specify the `-U' option to the program.
109 `--without-x'
110      By default, the Midnight Commander tries to connect to the X Window
111      System events to query the status of the keyboard modifiers, such
112      as Control, Shift and Alt, when invoked in a terminal emulator
113      under X11.  This is necessary (but not always sufficient) to
114      recognize some optional but handy key combinations like Ctrl-Home
115      and Shift-Cursor keys.  Use `--without-x' if the dependency on
116      X11 libraries is not desired.
118 `--without-vfs'
119      This option disables the Virtual File System switch code in the
120      Midnight Commander and uses the standard file system calls for
121      file access.  If you specify this option, you won't get the
122      transparent access to archives and remote directories.
124 `--with-mcfs'
125      This option enables mcfs - a non-standard remote filesystem
126      designed specifically for the Midnight Commander.  It also enables
127      a server for that filesystem, mcserv.  Please note that the
128      implementation of mcfs is not optimized for speed.  There may be
129      security issues with mcserv - don't run it if you don't need it.
131 `--with-samba'
132      This option enables remote VFS over the SMB protocol.  A stripped
133      down version of samba distributed with the sources is compiled and
134      linked with the mc executable.  It is recommended that you install
135      Samba client, since mc uses some files from Samba under certain
136      conditions.  Please visit http://www.samba.org/ to learn more.
138 `--disable-largefile'
139      This option disables support for large files (2 gigabytes and more)
140      on the systems where file operations use 32-bit offsets by default,
141      but support for 64-bit offsets is available.  May be useful for
142      slow processors and embedded systems.
144 You may also tell configure which screen library you want to use with
145 the Midnight Commander.  The configure script will use S-Lang as
146 default, and prefers an already installed S-Lang library over the
147 included one, but you can override this by using the following flag
148 (please note that since S-Lang is default, it is tested better than
149 ncurses):
151 `--with-screen={slang|mcslang|ncurses}'
152      Choose the library used to manage interaction with the terminal.
153      `slang' means S-Lang library already installed on the system,
154      `mcslang' means S-Lang library included with the sources of
155      GNU Midnight Commander, `ncurses' means ncurses library already
156      installed on the system.  The installed S-Lang library is used
157      by default if found, otherwise the included S-Lang library is
158      used.
160 `--with-termcap'
161      If the included S-Lang library is used, this option forces it to
162      use the termcap database, as opposed to the default terminfo
163      database.
165 On systems that require unusual options for compilation or linking that
166 the package's `configure' script does not know about, you can give
167 `configure' initial values for variables by placing them in the command
168 line:
170 ./configure CC='gcc -traditional' LIBS=-lposix
172 Here are the variables that you might want to override when running
173 `configure'.
175  - Variable: CC
176      C compiler program.  The default is `gcc' if found, otherwise `cc'.
178  - Variable: CFLAGS
179      The default flags used to build the program.
181  - Variable: INSTALL
182      Program to use to install files.  The default is `install' if you
183      have it, `cp' otherwise.
185 For these variables, any value given in the command line is added to the
186 value that `configure' decides to use:
188  - Variable: LIBS
189      Libraries to link with, in the form `-lfoo -lbar...'.
191  - Variable: LDFLAGS
192      Linker flags, e.g. -L<lib dir> if you have libraries in a
193      nonstandard directory <lib dir>
195  - Variable: CPPFLAGS
196      C/C++ preprocessor flags, e.g. -I<include dir> if you have
197      headers in a nonstandard directory <include dir>
199 If you need to do unusual things to compile the package, we encourage
200 you to figure out how `configure' could check whether to do them, and
201 mail diffs or instructions to the address given in the README so we can
202 include them in the next release.
204 2.  Type `make' to compile the package.
206 3.  Type `make install' to install programs, data files, and the
207 documentation.  On GNU/Linux the console screen saver is installed as
208 well.
210 4.  You can remove the program binaries and object files from the source
211 directory by typing `make clean'.  If you want to clean the source tree
212 completely, so that it contains only those files that should be packaged
213 in the archive, issue `make distclean'.  If you've run configure in a
214 different directory than the source tree, distclean won't remove your
215 *.o and linked programs in that directory.
217 5.  GNU Midnight Commander allows you to stay in the last current
218 directory after exiting MC.  This is done with a shell function, the man
219 page has more information about this.
221 The file `configure.in' is used to create `configure' by a program
222 called `autoconf'.  You only need it if you want to regenerate
223 `configure' using a newer version of `autoconf'.
226 Where to get more information on GNU Midnight Commander
227 -------------------------------------------------------
229 There are two mailing lists for the program:
231 mc@gnome.org:        Discussion on GNU Midnight Commander file manager.
232 mc-devel@gnome.org:  Discussion between the developers of the program.
234 To subscribe to the mailing lists, visit their respective pages:
236 http://mail.gnome.org/mailman/listinfo/mc/
237 http://mail.gnome.org/mailman/listinfo/mc-devel/
240 Notes about GNU Midnight Commander installation
241 -----------------------------------------------
243 GNU Midnight Commander has been run in the following configurations:
245 i386-*-linux
246 sparc-*-linux
247 alpha-*-linux
248 powerpc-*-linux
249 mips-dec-ultrix4.3
250 mips-dec-{open,net}bsd1.0
251 mips-sgi-irix5.2
252 mips-sgi-irix5.3
253 rs6000-ibm-aix3.2.5
254 sparc-sun-sunos4.1
255 sparc-sun-netbsd1.0
256 sparc-sun-solaris2.3
257 hppa-hp-hpux9
258 hppa-hp-hpux7
259 m68k-apple-aux
260 mc88110-aviion-dgux5.4
261 i386-*-bsdi2
262 i386-*-freebsd4.3
263 i386-*-openbsd2.9
265 Midnight Commander is written in a portable manner and uses GNU Autoconf
266 for configuration, so it is expected to compile without changes on many
267 other operating systems.
269 You will need an ANSI C Compiler (such as GCC) and glib library to
270 compile the source.  GNU Midnight Commander now comes with the S-Lang
271 screen manager, a fast screen manager, but you may want to use the
272 already installed S-Lang or ncurses library.
274 If you insist on using ncurses, it's recommended to use ncurses 4.1 and
275 above, since the older versions don't support resizing in the xterm
276 window.
278 GNU Midnight Commander comes with the mouse support on xterms and in the
279 Linux console.  In order to take advantage of the mouse support on the
280 Linux console you will need the gpm mouse server (see the section
281 "Obtaining related software" in this file).
283 Once you get gpm, compile it and install it, then you will have to
284 specify the `--with-gpm-mouse' flag to the configure program if you
285 installed it in a non-standard directory.  If you installed the gpm
286 package under /usr or /usr/local, you don't need to specify this flag;
287 configure will find gpm for you.  The support for mice on xterms is
288 always compiled in.
290 We are working on further enhancements to the program, but we're not
291 sure which ones must go first.  If you would like to point us in the
292 Right Direction we will be glad to hear from you (you could check the
293 file TODO included with this distribution for the current projects).
295 If you happen to find a feature that doesn't do what you expect, please
296 write to mc@gnome.org telling as much as you can about the problem
297 you're experiencing.  Please don't send personal messages to the
298 maintainers.
301 Obtaining related software
302 --------------------------
304 glib
305 ----
307 The only "hard" dependency of GNU Midnight Commander is glib.  You can
308 get glib from
310 ftp://ftp.gtk.org/pub/gtk/
312 Note that only versions 1.2.x and 2.0.x are supported.  Newer versions
313 may work, but haven't been tested.
315 Terminal database
316 -----------------
318 There are many incomplete terminal databases out there, however, a
319 complete terminfo is bundled with ncurses.  (It is simple to generate
320 the termcap database using the infocmp utility in ncurses).
322 Some terminfo data are included with the mc distribution (lib/*.ti).
323 Particularly linux, xterm and vt100. Use e.g. ''tic linux.ti'' to use
324 them.
326 If you want to run mc on xterm/color_xterm/ansi_xterm (not rxvt), then
327 you might read lib/README.xterm for further information.
329 Screen libraries
330 ----------------
332 GNU Midnight Commander can use the included version of S-Lang, but you
333 can get the latest version here:
335 http://www.s-lang.org/
337 Alternatively, you can use ncurses:
339 http://www.gnu.org/software/ncurses/ncurses.html
341 Mouse support
342 -------------
344 The general purpose mouse (gpm) daemon is available from
346 ftp://arcana.linux.it/pub/gpm/
348 Compiler
349 --------
351 If your C compiler is not powerful enough to compile GNU Midnight
352 Commander, you should report is as a bug to the GNU Midnight Commander
353 team.  Sometimes there is no solution than upgrading to a modern and
354 free compiler - GCC (Compiler Collection):
356 http://gcc.gnu.org/