Changes between Initial Version and Version 1 of doc/buildAndInstall/confOptions


Ignore:
Timestamp:
11/23/10 13:09:42 (13 years ago)
Author:
andrew_b
Comment:

Initial version

Legend:

Unmodified
Added
Removed
Modified
  • doc/buildAndInstall/confOptions

    v1 v1  
     1= MC-specific build options = 
     2 
     3'''Attention: this page is not complete''' 
     4 
     5The 'configure' script in the root of source tree has following MC-specific options: 
     6 
     7||'''Option'''||'''Description'''||'''Default value'''|| 
     8||enable-werror||Handle all compiler warnings as errors||No|| 
     9||disable-largefile||Omit support for large files||Yes|| 
     10||enable-background||Support for background file operations||Yes|| 
     11||enable-charset||Support for charset selection and conversion||Yes|| 
     12||disable-vfs||Disable support of VFS||No|| 
     13||enable-vfs-cpio||Support for cpio archives||Yes|| 
     14||enable-vfs-tar||Support for tar archives||Yes|| 
     15||enable-vfs-sfs||Support for sfs (single-file) filesystem||Yes|| 
     16||enable-vfs-extfs||Support for extfs filesystem||Yes|| 
     17||enable-vfs-undelfs||Support for ext2 undelete filesystem||No|| 
     18||enable-vfs-ftp||Support for FTP filesystem||Yes|| 
     19||enable-vfs-fish||Support for FISH filesystem||Yes|| 
     20||enable-vfs-smb||Support for Sambs (smb) filesystem||No|| 
     21||with-edit||Enable build of internal editor||Yes|| 
     22||with-diff-viewer||Enable build of internal diffviewer||Yes|| 
     23||with-subshell||Enable build of concurrent subshell||Yes|| 
     24||with-gpm-mouse||Compile with gpm mouse support (Linux only)||Yes if found|| 
     25||with-search-engine||Compile with screen library: S-Lang or NCurses||S-Lang if found||