Removed references to xpm packages.
This commit is contained in:
parent
18e4b5e293
commit
c603988cd9
7
README
7
README
|
@ -77,13 +77,6 @@ must be reentrant, which is probably the default by now.
|
||||||
If you have libc6 (glibc2), or you compiled the X libraries yourself,
|
If you have libc6 (glibc2), or you compiled the X libraries yourself,
|
||||||
they were probably compiled with the reentrant option enabled.
|
they were probably compiled with the reentrant option enabled.
|
||||||
|
|
||||||
You also need to have libXpm (and its header files, e.g. xpm.h)
|
|
||||||
installed on your system. The sources for it are available at
|
|
||||||
ftp.x.org and all its mirror sites in the directory
|
|
||||||
/contrib/libraries. If you are using RedHat, libXpm is distributed as
|
|
||||||
packages xpm and xpm-devel. Debian distributes libXpm as xpm4.7,
|
|
||||||
xpm4g, and xpm4g-dev. SuSE calls these packages xpm and xpm-devel.
|
|
||||||
|
|
||||||
On x86 Systems gcc >= 2.7.2 is required.
|
On x86 Systems gcc >= 2.7.2 is required.
|
||||||
Versions earlier than 2.7.2.3 may have problems when certain files
|
Versions earlier than 2.7.2.3 may have problems when certain files
|
||||||
are compiled with optimization, often due to problems with header file
|
are compiled with optimization, often due to problems with header file
|
||||||
|
|
|
@ -35,11 +35,6 @@
|
||||||
X11 libs and include files
|
X11 libs and include files
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Xpm libs and include files
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
texinfo >= 3.11 (optional, to compile the documentation.)
|
texinfo >= 3.11 (optional, to compile the documentation.)
|
||||||
|
@ -66,8 +61,8 @@
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The Red Hat RPMs are gcc-XXX, flex-XXX, XFree86-devel-XXX, xpm-XXX,
|
The Red Hat RPMs are gcc-XXX, flex-XXX, and
|
||||||
and xpm-devel, where XXX is the version number.
|
XFree86-devel-XXX, where XXX is the version number.
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
|
|
@ -146,25 +146,20 @@ die folgenden Programme und Dateien installiert sein:
|
||||||
X benötigt. Die Bibliotheken sind unter Debian im Paket xlib6g
|
X benötigt. Die Bibliotheken sind unter Debian im Paket xlib6g
|
||||||
und die Entwicklerdateien im Paket xlib6g-dev enthalten.
|
und die Entwicklerdateien im Paket xlib6g-dev enthalten.
|
||||||
|
|
||||||
4. Darüberhinaus benötigt WINE die XPM-Bibliothek (Paket xpm4g),
|
4. Für Programme, die im Textmodus ausgeführt werden, kann WINE die
|
||||||
damit das Programm übersetzt werden kann, werden die
|
|
||||||
Entwicklerdateien für XPM benötigt, diese befinden sich im Paket
|
|
||||||
xpm4g-dev.
|
|
||||||
|
|
||||||
5. Für Programme, die im Textmodus ausgeführt werden, kann WINE die
|
|
||||||
Bibliothek libncurses verwenden. Damit die Unterstützung dafür in
|
Bibliothek libncurses verwenden. Damit die Unterstützung dafür in
|
||||||
das Programm eingebunden wird, müssen die Entwicklerdateien für
|
das Programm eingebunden wird, müssen die Entwicklerdateien für
|
||||||
diese Bibliothek installiert sein (Paket libncurses5-dev). Die
|
diese Bibliothek installiert sein (Paket libncurses5-dev). Die
|
||||||
Verwendung der ncurses-Bibliothek ist jedoch optional.
|
Verwendung der ncurses-Bibliothek ist jedoch optional.
|
||||||
|
|
||||||
6. Ebenfalls optional ist die Unterstützung einer OpenGL-kompatiblen
|
5. Ebenfalls optional ist die Unterstützung einer OpenGL-kompatiblen
|
||||||
Bibliothek, wie z.B. Mesa. Wenn die Unterstützung für OpenGL in
|
Bibliothek, wie z.B. Mesa. Wenn die Unterstützung für OpenGL in
|
||||||
das Programm eingebunden werden soll, müssen die
|
das Programm eingebunden werden soll, müssen die
|
||||||
OpenGL-Entwicklerdateien auf dem System installiert sein, wie sie
|
OpenGL-Entwicklerdateien auf dem System installiert sein, wie sie
|
||||||
z.B. durch das Paket mesag-dev bereitgestellt werden. Zusätzlich
|
z.B. durch das Paket mesag-dev bereitgestellt werden. Zusätzlich
|
||||||
sind dann natürlich die OpenGL-Bibliotheken selbst erforderlich.
|
sind dann natürlich die OpenGL-Bibliotheken selbst erforderlich.
|
||||||
|
|
||||||
7. Um WINE zu übersetzen, muss der GNU-C-Compiler benutzt werden.
|
6. Um WINE zu übersetzen, muss der GNU-C-Compiler benutzt werden.
|
||||||
Empfohlen wird zur Zeit Version 2.95. Weiter werden einige
|
Empfohlen wird zur Zeit Version 2.95. Weiter werden einige
|
||||||
Standardwerkzeuge wie make, (f)lex, yacc oder bison benötigt,
|
Standardwerkzeuge wie make, (f)lex, yacc oder bison benötigt,
|
||||||
die auf den meisten Linuxsystemen bereits installiert sein sollten.
|
die auf den meisten Linuxsystemen bereits installiert sein sollten.
|
||||||
|
|
|
@ -269,9 +269,6 @@ AC_CHECK_HEADER(foo.h, AC_DEFINE(HAVE_FOO_H))
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><command>sed</command> (a working copy of)</para>
|
<para><command>sed</command> (a working copy of)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
|
||||||
<para>xpm</para>
|
|
||||||
</listitem>
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><command>diff</command> and <command>patch</command>
|
<para><command>diff</command> and <command>patch</command>
|
||||||
are recommended</para>
|
are recommended</para>
|
||||||
|
|
Loading…
Reference in New Issue