Removed references to xpm packages.

This commit is contained in:
Alexandre Julliard 2002-01-04 18:53:55 +00:00
parent 18e4b5e293
commit c603988cd9
4 changed files with 5 additions and 25 deletions

7
README
View File

@ -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,
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.
Versions earlier than 2.7.2.3 may have problems when certain files
are compiled with optimization, often due to problems with header file

View File

@ -35,11 +35,6 @@
X11 libs and include files
</para>
</listitem>
<listitem>
<para>
Xpm libs and include files
</para>
</listitem>
<listitem>
<para>
texinfo >= 3.11 (optional, to compile the documentation.)
@ -66,8 +61,8 @@
</itemizedlist>
</para>
<para>
The Red Hat RPMs are gcc-XXX, flex-XXX, XFree86-devel-XXX, xpm-XXX,
and xpm-devel, where XXX is the version number.
The Red Hat RPMs are gcc-XXX, flex-XXX, and
XFree86-devel-XXX, where XXX is the version number.
</para>
</sect2>

View File

@ -146,25 +146,20 @@ die folgenden Programme und Dateien installiert sein:
X benötigt. Die Bibliotheken sind unter Debian im Paket xlib6g
und die Entwicklerdateien im Paket xlib6g-dev enthalten.
4. Darüberhinaus benötigt WINE die XPM-Bibliothek (Paket xpm4g),
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
4. Für Programme, die im Textmodus ausgeführt werden, kann WINE die
Bibliothek libncurses verwenden. Damit die Unterstützung dafür in
das Programm eingebunden wird, müssen die Entwicklerdateien für
diese Bibliothek installiert sein (Paket libncurses5-dev). Die
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
das Programm eingebunden werden soll, müssen die
OpenGL-Entwicklerdateien auf dem System installiert sein, wie sie
z.B. durch das Paket mesag-dev bereitgestellt werden. Zusätzlich
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
Standardwerkzeuge wie make, (f)lex, yacc oder bison benötigt,
die auf den meisten Linuxsystemen bereits installiert sein sollten.

View File

@ -269,9 +269,6 @@ AC_CHECK_HEADER(foo.h, AC_DEFINE(HAVE_FOO_H))
<listitem>
<para><command>sed</command> (a working copy of)</para>
</listitem>
<listitem>
<para>xpm</para>
</listitem>
<listitem>
<para><command>diff</command> and <command>patch</command>
are recommended</para>