INSTALL 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  1. This file contains:
  2. - Build requirements for GNU Midnight Commander
  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
  7. Build requirements for GNU Midnight Commander
  8. ----------------------------------------------------
  9. - glibc
  10. - gcc
  11. - make
  12. - autoconf
  13. - automake
  14. - libtool
  15. - glib2
  16. - pcre (if glib < 2.14)
  17. - slang or ncurses
  18. - gettext
  19. - cvs
  20. Installation instructions for GNU Midnight Commander
  21. ----------------------------------------------------
  22. The `configure' shell script attempts to guess correct values for
  23. various system-dependent variables used during compilation, and creates
  24. the makefiles. It also creates a file `config.status' that you can run
  25. in the future to recreate the current configuration.
  26. To compile this package:
  27. 1. Configure the package for your system.
  28. Normally, you just `cd' to the directory containing the package's source
  29. code and type `./configure'. If you're using `csh' on an old version of
  30. SystemV, you might need to type `sh configure' instead to prevent `csh'
  31. from trying to execute `configure' itself. Under AIX, you may need to
  32. use ksh instead of sh.
  33. Running `configure' takes a while. While it is running, it prints some
  34. messages that tell what it is doing. If you don't want to see any
  35. messages, run `configure' with the `--quiet' option.
  36. To compile the package in a different directory than the one containing
  37. the source code, you must use a version of `make' supporting the `VPATH'
  38. variable, such as GNU `make'. Change to the directory where you want
  39. the object files and executables to go and run the `configure' script
  40. with the full path. If for some reason `configure' cannot find the
  41. source code directory, run `configure' with the option `--srcdir=DIR',
  42. where DIR is the directory that contains the source code.
  43. By default, `make install' will install the package's files in
  44. `/usr/local/bin', `/usr/local/man', etc. You can specify an
  45. installation prefix other than `/usr/local' by giving `configure' the
  46. option `--prefix=PATH'.
  47. You can specify separate installation prefixes for architecture specific
  48. files and architecture-independent files. If you give `configure' the
  49. option `--exec-prefix=PATH', the package will use PATH as the prefix for
  50. installing binary programs and libraries. Data files and documentation
  51. will still use the regular prefix. Normally, all files are installed
  52. using the same prefix.
  53. If compiled on GNU/Linux, Midnight Commander detects if you have the gpm
  54. library installed. If you installed the gpm mouse library in a
  55. non-standard place, you will need to use the --with-gpm-mouse flag with
  56. the directory base where you installed the gpm package.
  57. `configure' recognizes the following options (the list may be
  58. incomplete, use `configure --help' to get the full list):
  59. `--help'
  60. Print a summary of the options to `configure' and exit.
  61. `--quiet'
  62. `--silent'
  63. Do not print messages saying which checks are being made.
  64. `--version'
  65. Print the version of Autoconf used to generate the `configure'
  66. script, and exit.
  67. `--without-edit'
  68. Configure GNU Midnight Commander to be compiled without the
  69. built-in file editor. The built-in editor is compiled in by
  70. default.
  71. `--without-gpm-mouse'
  72. Use this flag to disable gpm mouse support (e.g. if you want to
  73. use mouse only on X terminals).
  74. `--with-glib-static'
  75. Force linking against glib statically. This option is intended for
  76. building binaries for distribution purposes and may not work on
  77. some operating systems.
  78. `--with-mmap', `--without-mmap'
  79. Force using or not using the mmap function. It is currently used
  80. in the internal viewer. `--with-mmap' may be useful on some
  81. versions of AIX where the `configure' script decides that mmap is
  82. broken, but it's actually suitable for the internal viewer.
  83. `--with-subshell[=optional]', `--without-subshell'
  84. The subshell support is by default turned on, you can disable
  85. this by using the --without-subshell option. If you pass the
  86. =optional parameter, then the subshell support is turned off by
  87. default. To turn it on, specify the `-U' option to the program.
  88. `--without-x'
  89. By default, the Midnight Commander tries to connect to the X Window
  90. System events to query the status of the keyboard modifiers, such
  91. as Control, Shift and Alt, when invoked in a terminal emulator
  92. under X11. This is necessary (but not always sufficient) to
  93. recognize some optional but handy key combinations like Ctrl-Home
  94. and Shift-Cursor keys. Use `--without-x' if the dependency on
  95. X11 libraries is not desired.
  96. `--disable-largefile'
  97. This option disables support for large files (2 gigabytes and more)
  98. on the systems where file operations use 32-bit offsets by default,
  99. but support for 64-bit offsets is available. May be useful for
  100. slow processors and embedded systems.
  101. `--enable-charset'
  102. This option adds support for selecting character set of the text in
  103. the internal viewer and editor and converting it on the fly. The
  104. implementation of this option is currently incomplete.
  105. `--disable-background'
  106. This option disables support for background operations. Background
  107. operations allow to perform some tasks such as copying files in a
  108. separate background process. Any messages from the background
  109. process are forwarded to the foreground process. More advanced
  110. dialogs cannot be forwarded yet, so the background process uses the
  111. default. Background code is known to be less stable than the rest
  112. of the code, so you may want to disable it at the compile time.
  113. VFS options:
  114. - - - - - -
  115. `--disable-vfs'
  116. This option disables the Virtual File System switch code in the
  117. Midnight Commander and uses the standard file system calls for
  118. file access. If you specify this option, you won't get the
  119. transparent access to archives and remote directories.
  120. `--enable-vfs-cpio'
  121. (on by default)
  122. Support for cpio filesystem
  123. `--enable-vfs-tar'
  124. (on by default)
  125. Support for tar filesystem
  126. `--enable-vfs-ftp'
  127. (on by default)
  128. Support for FTP vfs
  129. `--enable-vfs-fish'
  130. (on by default)
  131. Support for FISH vfs
  132. `--enable-vfs-extfs'
  133. (on by default)
  134. Support for extfs
  135. `--enable-vfs-sfs`
  136. (on by default)
  137. Support for sfs
  138. `--enable-vfs-undelfs'
  139. Support for ext2 undelete filesystem.
  140. On systems that use the ext2 or ext3 file system and have the
  141. libext2fs library available, this option adds support for
  142. recovering deleted files (the undel virtual file system).
  143. `--enable-vfs-mcfs'
  144. Enable Support MCFS (mc's network filesystem).
  145. This option enables mcfs - a non-standard remote filesystem
  146. designed specifically for the Midnight Commander. It also enables
  147. a server for that filesystem, mcserv. Please note that the
  148. implementation of mcfs is not optimized for speed. There may be
  149. security issues with mcserv - don't run it if you don't need it.
  150. `--enable-mcserver'
  151. (off by default)
  152. Support mc-specific networking file system server
  153. `--disable-netcode'
  154. This option disables support for networked virtual filesystems.
  155. It's primarily used by developers to make sure that the code would
  156. compile and run on operating systems that lack POSIX compatible
  157. network support. But you can use it is you know that you won't be
  158. accessing remote filesystems from GNU Midnight Commander.
  159. `--with-samba'
  160. This option enables remote VFS over the SMB protocol. A stripped
  161. down version of samba distributed with the sources is compiled and
  162. linked with the mc executable. It is recommended that you install
  163. Samba client, since mc uses some files from Samba under certain
  164. conditions. Please visit http://www.samba.org/ to learn more.
  165. Screen library:
  166. - - - - - - - -
  167. You may also tell configure which screen library you want to use with
  168. the Midnight Commander. The configure script will use S-Lang as
  169. default, and prefers an already installed S-Lang library over the
  170. included one, but you can override this by using the following flag
  171. (please note that since S-Lang is default, it is tested better than
  172. ncurses):
  173. `--with-screen={slang|ncurses}'
  174. Choose the library used to manage interaction with the terminal.
  175. `slang' means S-Lang library already installed on the system,
  176. `mcslang' means S-Lang library included with the sources of
  177. GNU Midnight Commander, `ncurses' means ncurses library already
  178. installed on the system. The installed S-Lang library is used
  179. by default if found, otherwise the included S-Lang library is
  180. used.
  181. `--with-slang-includes=[DIR]'
  182. Set path to SLANG includes [default=/usr/include]; make sense
  183. only if --with-screen=slang is used.
  184. `--with-slang-libs=[DIR]'
  185. Set path to SLANG library [default=/usr/lib]; mke sense only
  186. if --with-screen=slang is used.
  187. `--with-termcap'
  188. If the included S-Lang library is used, this option forces it to
  189. use the termcap database, as opposed to the default terminfo
  190. database.
  191. `--with-ncurses-includes=[DIR]'
  192. Set path to ncurses includes [default=/usr/include]; make
  193. sense only if --with-screen=ncurses is used;
  194. for /usr/local/include/ncurses specify /usr/local/include.
  195. `--with-ncurses-libs=[DIR]'
  196. Set path to ncurses library [default=/usr/lib]; make sense
  197. only if --with-screen=ncurses is used.
  198. Compiler options:
  199. - - - - - - - - -
  200. On systems that require unusual options for compilation or linking that
  201. the package's `configure' script does not know about, you can give
  202. `configure' initial values for variables by placing them in the command
  203. line:
  204. ./configure CC='gcc -traditional' LIBS=-lposix
  205. Here are the variables that you might want to override when running
  206. `configure'.
  207. - Variable: CC
  208. C compiler program. The default is `gcc' if found, otherwise `cc'.
  209. - Variable: CFLAGS
  210. The default flags used to build the program.
  211. - Variable: INSTALL
  212. Program to use to install files. The default is `install' if you
  213. have it, `cp' otherwise.
  214. For these variables, any value given in the command line is added to the
  215. value that `configure' decides to use:
  216. - Variable: LIBS
  217. Libraries to link with, in the form `-lfoo -lbar...'.
  218. - Variable: LDFLAGS
  219. Linker flags, e.g. -L<lib dir> if you have libraries in a
  220. nonstandard directory <lib dir>
  221. - Variable: CPPFLAGS
  222. C/C++ preprocessor flags, e.g. -I<include dir> if you have
  223. headers in a nonstandard directory <include dir>
  224. If you need to do unusual things to compile the package, we encourage
  225. you to figure out how `configure' could check whether to do them, and
  226. mail diffs or instructions to the address given in the README so we can
  227. include them in the next release.
  228. 2. Type `make' to compile the package.
  229. 3. Type `make install' to install programs, data files, and the
  230. documentation. On GNU/Linux the console screen saver is installed as
  231. well.
  232. 4. You can remove the program binaries and object files from the source
  233. directory by typing `make clean'. If you want to clean the source tree
  234. completely, so that it contains only those files that should be packaged
  235. in the archive, issue `make distclean'. If you've run configure in a
  236. different directory than the source tree, distclean won't remove your
  237. *.o and linked programs in that directory.
  238. 5. GNU Midnight Commander allows you to stay in the last current
  239. directory after exiting MC. This is done with a shell function, the man
  240. page has more information about this.
  241. The file `configure.in' is used to create `configure' by a program
  242. called `autoconf'. You only need it if you want to regenerate
  243. `configure' using a newer version of `autoconf'.
  244. Where to get more information on GNU Midnight Commander
  245. -------------------------------------------------------
  246. There are two mailing lists for the program:
  247. mc@gnome.org: Discussion on GNU Midnight Commander file manager.
  248. mc-devel@gnome.org: Discussion between the developers of the program.
  249. To subscribe to the mailing lists, visit their respective pages:
  250. http://mail.gnome.org/mailman/listinfo/mc/
  251. http://mail.gnome.org/mailman/listinfo/mc-devel/
  252. Notes about GNU Midnight Commander installation
  253. -----------------------------------------------
  254. GNU Midnight Commander has been run in the following configurations:
  255. i386-*-linux
  256. sparc-*-linux
  257. alpha-*-linux
  258. powerpc-*-linux
  259. mips-dec-ultrix4.3
  260. mips-dec-{open,net}bsd1.0
  261. mips-sgi-irix5.2
  262. mips-sgi-irix5.3
  263. powerpc-ibm-aix5.3.0.0 (IBM XL C, IBM XL C/C++)
  264. sparc-sun-sunos4.1
  265. sparc-sun-netbsd1.0
  266. sparc-sun-solaris2.3
  267. hppa-hp-hpux9
  268. hppa-hp-hpux7
  269. m68k-apple-aux
  270. mc88110-aviion-dgux5.4
  271. i386-*-bsdi2
  272. i386-*-freebsd4.3
  273. i386-*-openbsd2.9
  274. Midnight Commander is written in a portable manner and uses GNU Autoconf
  275. for configuration, so it is expected to compile without changes on many
  276. other operating systems.
  277. You will need an ANSI C Compiler (such as GCC) and glib library to
  278. compile the source. GNU Midnight Commander now comes with the S-Lang
  279. screen manager, a fast screen manager, but you may want to use the
  280. already installed S-Lang or ncurses library.
  281. If you insist on using ncurses, it's recommended to use ncurses 4.1 and
  282. above, since the older versions don't support resizing in the xterm
  283. window.
  284. GNU Midnight Commander comes with the mouse support on xterms and in the
  285. Linux console. In order to take advantage of the mouse support on the
  286. Linux console you will need the gpm mouse server (see the section
  287. "Obtaining related software" in this file).
  288. Once you get gpm, compile it and install it, then you will have to
  289. specify the `--with-gpm-mouse' flag to the configure program if you
  290. installed it in a non-standard directory. If you installed the gpm
  291. package under /usr or /usr/local, you don't need to specify this flag;
  292. configure will find gpm for you. The support for mice on xterms is
  293. always compiled in.
  294. We are working on further enhancements to the program, but we're not
  295. sure which ones must go first. If you would like to point us in the
  296. Right Direction we will be glad to hear from you.
  297. If you happen to find a feature that doesn't do what you expect, please
  298. write to mc@gnome.org telling as much as you can about the problem
  299. you're experiencing. Please don't send personal messages to the
  300. maintainers.
  301. Obtaining related software
  302. --------------------------
  303. glib
  304. ----
  305. The only "hard" dependency of GNU Midnight Commander is glib. You can
  306. get glib from
  307. ftp://ftp.gtk.org/pub/glib/
  308. Minimal version of glib: 2.8.x
  309. Recommended version: 2.14.x and higher.
  310. Newer versions may work, but haven't been tested.
  311. PCRE
  312. ----
  313. If the version of glib you have installed is older than 2.14.x, then you
  314. also need to install PCRE library.
  315. You can get PCRE from
  316. http://www.pcre.org/
  317. Terminal database
  318. -----------------
  319. There are many incomplete terminal databases out there, however, a
  320. complete terminfo is bundled with ncurses. (It is simple to generate
  321. 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.
  325. If you want to run mc on xterm/color_xterm/ansi_xterm (not rxvt), then
  326. you might read lib/README.xterm for further information.
  327. Screen libraries
  328. ----------------
  329. GNU Midnight Commander can use the included version of S-Lang, but you
  330. can get the latest version here:
  331. http://www.s-lang.org/
  332. Alternatively, you can use ncurses:
  333. http://www.gnu.org/software/ncurses/ncurses.html
  334. Mouse support
  335. -------------
  336. The general purpose mouse (gpm) daemon is available from
  337. http://unix.schottelius.org/gpm/
  338. Compiler
  339. --------
  340. If your C compiler is not powerful enough to compile GNU Midnight
  341. Commander, you should report is as a bug to the GNU Midnight Commander
  342. team. Sometimes there is no solution than upgrading to a modern and
  343. free compiler - GCC (Compiler Collection):
  344. http://gcc.gnu.org/
  345. AIX
  346. ---
  347. Currently you can not use gcc 4.2.4 (and probably other versions) on
  348. AIX to compiler the S-Lang version. Please use IBM XL C or IBM XL C/C++
  349. instead.
  350. If you compile a ncurses version you need to set TERM=dtterm to get
  351. working color support. Furthermore it is important to specify the
  352. --with-ncurses-includes/--with-ncurses-lib parameters because otherwise
  353. mc will pick up term.h from AIX which does not work with the ncurses
  354. library.
  355. The AIX S-Lang build was tested with S-Lang 2.0.7. Later versions may
  356. also work but are not tested yet.
  357. Here is an example for S-Lang, it is assumed that the S-Lang library
  358. is installed under /user/local and that you also want want to install
  359. to /usr/local:
  360. export CC=cc_r
  361. export CXX=xlC_r
  362. export CONFIG_SHELL=/usr/bin/bash (if installed)
  363. export SHELL=/usr/bin/bash (if installed)
  364. ./configure \
  365. --prefix=/usr/local \
  366. --with-screen=slang \
  367. --with-slang-includes=/usr/local/include \
  368. --with-slang-libs=/usr/local/lib