From 9cea1145709ba2fde7c45c696d53dfd67d47faa9 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 28 Apr 1998 17:00:07 +0000 Subject: [PATCH] Applied Norbert's updated INSTALL instructions -mig --- INSTALL | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 53e089482..c6d28d833 100644 --- a/INSTALL +++ b/INSTALL @@ -92,11 +92,14 @@ installed the gpm package. Configures the program to be compiled without the 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 libext2fs.a library available, this compiles into the Midnight Commander the support code for recovering deleted files (the undel virtual file system). + Use =PATH if libext2fs.a is installed in a non-standard place. + The configure will append `lib' and `include' to find the ext2fs + libraries and include files respectively. `--with-gpm-mouse[=PATH]' Use this flag if your GPM mouse package cannot be detected by the @@ -179,14 +182,17 @@ note that slang is included as part of the distribution), `--with-slang' (default) This is used to configure the program to use the SLang screen manager. This is included as part of the Midnight Commander, - you don't need it installed on your system. + you don't need it installed on your system. If SLang is installed + on your system it will be used if possible. You can force usage of + the included SLang with the `--with-included-slang' option. Slang is the only library that will let you resize the Midnight Commander window on an xterm. This option will usually try to use the terminfo database if it is available, otherwise it will use the termcap database. At compile time, you may force the use the terminal database with - the `--with-termcap' and `--with-terminfo' options. + the `--with-termcap' and `--with-terminfo' options (both options + automaticly turn `--with-included-slang' on). `--with-ncurses[=directory]' Use this flag (either with or without the =directory part), if