Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c603988c
Commit
c603988c
authored
Jan 04, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed references to xpm packages.
parent
18e4b5e2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
25 deletions
+5
-25
README
README
+0
-7
compiling.sgml
documentation/compiling.sgml
+2
-7
installation-und-konfiguration.german
documentation/installation-und-konfiguration.german
+3
-8
porting.sgml
documentation/porting.sgml
+0
-3
No files found.
README
View file @
c603988c
...
...
@@ -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
...
...
documentation/compiling.sgml
View file @
c603988c
...
...
@@ -37,11 +37,6 @@
</listitem>
<listitem>
<para>
Xpm libs and include files
</para>
</listitem>
<listitem>
<para>
texinfo >= 3.11 (optional, to compile the documentation.)
</para>
</listitem>
...
...
@@ -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>
...
...
documentation/installation-und-konfiguration.german
View file @
c603988c
...
...
@@ -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.
...
...
documentation/porting.sgml
View file @
c603988c
...
...
@@ -270,9 +270,6 @@ AC_CHECK_HEADER(foo.h, AC_DEFINE(HAVE_FOO_H))
<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>
</listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment