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


Ignore:
Timestamp:
11/25/10 09:50:45 (13 years ago)
Author:
andrew_b
Comment:

Typos, notes.

Legend:

Unmodified
Added
Removed
Modified
  • doc/buildAndInstall/confOptions

    v1 v2  
    55The 'configure' script in the root of source tree has following MC-specific options: 
    66 
    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|| 
     7||'''Option'''||'''Description'''||'''Default value'''||'''Notes'''|| 
     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||Ignored if --disable-vfs option is used|| 
     14||enable-vfs-tar||Support for tar archives||yes||Ignored if --disable-vfs option is used|| 
     15||enable-vfs-sfs||Support for sfs (single-file) filesystem||yes||Ignored if --disable-vfs option is used|| 
     16||enable-vfs-extfs||Support for extfs filesystem||yes||Ignored if --disable-vfs option is used|| 
     17||enable-vfs-undelfs||Support for ext2 undelete filesystem||no||Ignored if --disable-vfs option is used|| 
     18||enable-vfs-ftp||Support for FTP filesystem||yes||Ignored if --disable-vfs option is used|| 
     19||enable-vfs-fish||Support for FISH filesystem||yes||Ignored if --disable-vfs option is used|| 
     20||enable-vfs-smb||Support for Samba (smb) filesystem||no||Ignored if --disable-vfs option is used|| 
     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 slang or ncurses screen library||slang if found||||