diff --git a/doc/INSTALL b/doc/INSTALL
index be786b3..d709eb8 100644
a
|
b
|
VFS options: |
149 | 149 | transparent access to archives and remote directories. |
150 | 150 | |
151 | 151 | `--disable-vfs-cpio' |
152 | | Support for cpio filesystem [yes] |
| 152 | (on by default) |
| 153 | Support for cpio filesystem |
153 | 154 | |
154 | 155 | `--disable-vfs-tar' |
155 | | Support for tar filesystem [yes] |
| 156 | (on by default) |
| 157 | Support for tar filesystem |
156 | 158 | |
157 | 159 | `--disable-vfs-ftp' |
158 | | Support for FTP vfs [yes] |
| 160 | (on by default) |
| 161 | Support for FTP vfs |
159 | 162 | |
160 | 163 | `--disable-vfs-fish' |
161 | | Support for FISH vfs [yes] |
| 164 | (on by default) |
| 165 | Support for FISH vfs |
162 | 166 | |
163 | 167 | `--disable-vfs-extfs' |
164 | | Support for extfs [yes] |
| 168 | (on by default) |
| 169 | Support for extfs |
165 | 170 | |
166 | 171 | `--disable-vfs-sfs` |
167 | | Support for sfs [yes] |
| 172 | (on by default) |
| 173 | Support for sfs |
168 | 174 | |
169 | 175 | `--enable-vfs-undelfs' |
170 | 176 | Support for ext2 undelete filesystem. |
… |
… |
VFS options: |
181 | 187 | security issues with mcserv - don't run it if you don't need it. |
182 | 188 | |
183 | 189 | `--enable-mcserver' |
184 | | Support mc-specific networking file system server [no] |
| 190 | (off by default) |
| 191 | Support mc-specific networking file system server |
185 | 192 | |
186 | 193 | `--disable-netcode' |
187 | 194 | This option disables support for networked virtual filesystems. |
… |
… |
glib |
370 | 377 | The only "hard" dependency of GNU Midnight Commander is glib. You can |
371 | 378 | get glib from |
372 | 379 | |
373 | | ftp://ftp.gtk.org/pub/gtk/ |
| 380 | ftp://ftp.gtk.org/pub/glib/ |
374 | 381 | |
375 | 382 | Minimal version of glib: 2.6.x |
376 | 383 | Recommended version: 2.14.x and higher. |
377 | 384 | |
378 | 385 | Newer versions may work, but haven't been tested. |
379 | 386 | |
380 | | pcre |
| 387 | PCRE |
381 | 388 | ---- |
382 | 389 | |
383 | | If you have version of glib less than 2.14.x, then need to install pcre library. |
| 390 | If the version of glib you have installed is older than 2.14.x, then you |
| 391 | also need to install PCRE library. |
384 | 392 | |
385 | | You can get pcre from http://www.pcre.org/ |
| 393 | You can get PCRE from |
| 394 | |
| 395 | http://www.pcre.org/ |
386 | 396 | |
387 | 397 | Terminal database |
388 | 398 | ----------------- |
diff --git a/doc/README b/doc/README
index e514a12..6f0d0bc 100644
a
|
b
|
included with this distribution package. |
28 | 28 | Dependencies |
29 | 29 | ------------ |
30 | 30 | |
31 | | To compile the GNU Midnight Commander you need to have a copy of the |
32 | | glib library version 2.6.x and newest, available at |
33 | | ftp://ftp.gtk.org/pub/gtk/ |
| 31 | To compile the GNU Midnight Commander, you need to have a copy of the |
| 32 | glib library version 2.6.x or newer, available at |
| 33 | |
| 34 | ftp://ftp.gtk.org/pub/glib/ |
34 | 35 | |
35 | 36 | |
36 | 37 | Features |