From c603988cd9bb678d17fac43350f55cf6a08f387c Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 4 Jan 2002 18:53:55 +0000 Subject: [PATCH] Removed references to xpm packages. --- README | 7 ------- documentation/compiling.sgml | 9 ++------- documentation/installation-und-konfiguration.german | 11 +++-------- documentation/porting.sgml | 3 --- 4 files changed, 5 insertions(+), 25 deletions(-) diff --git a/README b/README index 7be39fdd185..70a5141bc2f 100644 --- a/README +++ b/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, 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 diff --git a/documentation/compiling.sgml b/documentation/compiling.sgml index c0a5aba41e1..a3c7e9f69ae 100644 --- a/documentation/compiling.sgml +++ b/documentation/compiling.sgml @@ -35,11 +35,6 @@ X11 libs and include files - - - Xpm libs and include files - - texinfo >= 3.11 (optional, to compile the documentation.) @@ -66,8 +61,8 @@ - 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. diff --git a/documentation/installation-und-konfiguration.german b/documentation/installation-und-konfiguration.german index 93a5b400975..90efec9cc38 100644 --- a/documentation/installation-und-konfiguration.german +++ b/documentation/installation-und-konfiguration.german @@ -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. diff --git a/documentation/porting.sgml b/documentation/porting.sgml index f463878f54b..a54df220094 100644 --- a/documentation/porting.sgml +++ b/documentation/porting.sgml @@ -269,9 +269,6 @@ AC_CHECK_HEADER(foo.h, AC_DEFINE(HAVE_FOO_H)) sed (a working copy of) - - xpm - diff and patch are recommended