README: Fix spelling Red Hat. Remove unneeded references to Debian
and Red Hat. Document the use of libxml2 as a weak prerequisite.
This commit is contained in:
parent
0cd0626de0
commit
2d979b6a89
6
README
6
README
|
@ -70,7 +70,7 @@ Supported file systems:
|
||||||
|
|
||||||
Basic requirements:
|
Basic requirements:
|
||||||
You need to have the X11 development include files installed
|
You need to have the X11 development include files installed
|
||||||
(called xlib6g-dev in Debian and XFree86-devel in RedHat).
|
(called xlib6g-dev in Debian and XFree86-devel in Red Hat).
|
||||||
|
|
||||||
Build tool requirements:
|
Build tool requirements:
|
||||||
On x86 Systems gcc >= 2.7.2 is required.
|
On x86 Systems gcc >= 2.7.2 is required.
|
||||||
|
@ -81,12 +81,12 @@ Build tool requirements:
|
||||||
|
|
||||||
Of course you also need "make" (most likely GNU make).
|
Of course you also need "make" (most likely GNU make).
|
||||||
|
|
||||||
You also need flex version 2.5 or later and bison. If you are
|
You also need flex version 2.5 or later and bison.
|
||||||
using RedHat or Debian, install the flex and bison packages.
|
|
||||||
|
|
||||||
Optional support libraries:
|
Optional support libraries:
|
||||||
If you want CUPS printing support, please install both cups and cups-devel
|
If you want CUPS printing support, please install both cups and cups-devel
|
||||||
packages.
|
packages.
|
||||||
|
Install the libxml2 package to get a functional msxml implementation.
|
||||||
|
|
||||||
4. COMPILATION
|
4. COMPILATION
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue