home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / AP / MC / _MC.TAR / usr / doc / mc / INSTALL.FAST next >
Encoding:
Text File  |  1995-02-28  |  1.6 KB  |  45 lines

  1. -*-text-*-
  2.  
  3. Read the INSTALL file for the complete instructions. 
  4.  
  5.    You need the NCurses 1.8.5 library. The Midnight Commander can also
  6. work with an older NCurses or the default System V curses library on
  7. Solaris, Irix etc., but some of the keys and screen updates will not
  8. work correctly.
  9.  
  10. 1. Configure the package for your system.
  11.  
  12.    Normally, you just `cd' to the directory containing the package's
  13. source code and type `./configure'.
  14.  
  15.    The most often needed options to configure are following:
  16.  
  17. `--prefix=PATH'
  18.     By default, `make install' will install the package's files in
  19.     `/usr/local/bin', `/usr/local/man', etc.  You can specify an
  20.     installation prefix other than `/usr/local' by giving
  21.     `configure' the option `--prefix=PATH'.
  22.  
  23. `--with-ncurses=PATH'
  24.     Use this flag if your ncurses is not installed in any of the
  25.     places configure checks (/usr/include, /usr/include/ncurses,
  26.     /usr/local/include and /usr/local/include/ncurses). The
  27.     configure script will append `lib' and `include' to find the
  28.     libncurses.a and ncurses.h files respectively.
  29.  
  30. `--with-gpm-mouse=PATH'
  31.     Use this flag if your GPM mouse package is not installed in
  32.     a standard place.  configure will append `lib' and `include'
  33.     to find the libgpm.a and gpm.h files respectively.
  34.  
  35. 2. Type `make' to compile the package.
  36.  
  37. 3. Type `make install' (as root) to install programs, data files, and
  38. documentation.
  39.  
  40. 3b. If you're on a Linux system, type `make install.saver' (as root)
  41. to install the `cons.saver' utility, which allows the Midnight
  42. Commander to save and restore the screen contents.
  43.  
  44. 4. Type `mc' and enjoy!
  45.