-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzyv-doc.patch
94 lines (75 loc) · 2.37 KB
/
zyv-doc.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
diff --git a/doc/INSTALL b/doc/INSTALL
index be786b3..d709eb8 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -149,22 +149,28 @@ VFS options:
transparent access to archives and remote directories.
`--disable-vfs-cpio'
- Support for cpio filesystem [yes]
+ (on by default)
+ Support for cpio filesystem
`--disable-vfs-tar'
- Support for tar filesystem [yes]
+ (on by default)
+ Support for tar filesystem
`--disable-vfs-ftp'
- Support for FTP vfs [yes]
+ (on by default)
+ Support for FTP vfs
`--disable-vfs-fish'
- Support for FISH vfs [yes]
+ (on by default)
+ Support for FISH vfs
`--disable-vfs-extfs'
- Support for extfs [yes]
+ (on by default)
+ Support for extfs
`--disable-vfs-sfs`
- Support for sfs [yes]
+ (on by default)
+ Support for sfs
`--enable-vfs-undelfs'
Support for ext2 undelete filesystem.
@@ -181,7 +187,8 @@ VFS options:
security issues with mcserv - don't run it if you don't need it.
`--enable-mcserver'
- Support mc-specific networking file system server [no]
+ (off by default)
+ Support mc-specific networking file system server
`--disable-netcode'
This option disables support for networked virtual filesystems.
@@ -370,19 +377,22 @@ glib
The only "hard" dependency of GNU Midnight Commander is glib. You can
get glib from
-ftp://ftp.gtk.org/pub/gtk/
+ftp://ftp.gtk.org/pub/glib/
Minimal version of glib: 2.6.x
Recommended version: 2.14.x and higher.
Newer versions may work, but haven't been tested.
-pcre
+PCRE
----
-If you have version of glib less than 2.14.x, then need to install pcre library.
+If the version of glib you have installed is older than 2.14.x, then you
+also need to install PCRE library.
-You can get pcre from http://www.pcre.org/
+You can get PCRE from
+
+http://www.pcre.org/
Terminal database
-----------------
diff --git a/doc/README b/doc/README
index e514a12..6f0d0bc 100644
--- a/doc/README
+++ b/doc/README
@@ -28,9 +28,10 @@ included with this distribution package.
Dependencies
------------
-To compile the GNU Midnight Commander you need to have a copy of the
-glib library version 2.6.x and newest, available at
-ftp://ftp.gtk.org/pub/gtk/
+To compile the GNU Midnight Commander, you need to have a copy of the
+glib library version 2.6.x or newer, available at
+
+ftp://ftp.gtk.org/pub/glib/
Features