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
4683768e
Commit
4683768e
authored
Feb 26, 2004
by
Hans Leidekker
Committed by
Alexandre Julliard
Feb 26, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document building tests with MinGW.
parent
e16426b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
27 deletions
+14
-27
testing.sgml
documentation/testing.sgml
+14
-27
No files found.
documentation/testing.sgml
View file @
4683768e
...
...
@@ -178,10 +178,8 @@ thread.c: 86 tests executed, 5 marked as todo, 0 failures.
<sect2>
<title>Setup of the MinGW cross-compiling environment</title>
<para>
The most daunting problem while trying to cross-compile the Wine
tests is the setup of the MinGW cross-compiling environment. Here
are some instructions for different Linux distributions and *BSD
systems to help with this problem.
Here are some instructions to setup MinGW on different Linux
distributions and *BSD.
</para>
<sect3>
<title>Debian GNU/Linux</title>
...
...
@@ -197,26 +195,12 @@ thread.c: 86 tests executed, 5 marked as todo, 0 failures.
most probably SuSE Linux too, etc. But this list isn't exhaustive;
the following steps should probably work on any rpm based system.
</para>
<itemizedlist>
<listitem><para>
Download the mingw-binutils and mingw-gcc srpm's from
<ulink url="http://ftp.redhat.com/pub/contrib/libc6/SRPMS/">
http://ftp.redhat.com/pub/contrib/libc6/SRPMS/</ulink>.
</para></listitem>
<listitem><para>
Download the mingw srpm from
<ulink url="http://ftp.redhat.com/pub/contrib/libc6/noarch/SRPMS/">
http://ftp.redhat.com/pub/contrib/libc6/noarch/SRPMS/</ulink>.
</para></listitem>
<listitem><para>
Build the mingw and mingw-binutils rpm's (<command>rpmbuild
--rebuild $SRPM</>) and install them.
</para></listitem>
<listitem><para>
After the above step you can build the mingw-gcc rpm too.
Install it.
</para></listitem>
</itemizedlist>
<para>
Download and install the latest rpm's from
<ulink url="http://mirzam.it.vu.nl/mingw/">MinGW RPM packages</>.
Alternatively you can follow the instructions on that page and
build your own packages from the source rpm's listed there as well.
</para>
</sect3>
<sect3>
<title>*BSD</title>
...
...
@@ -325,9 +309,12 @@ thread.c: 86 tests executed, 5 marked as todo, 0 failures.
<sect2>
<title>With MinGW</title>
<para>
This needs to be documented. The best may be to ask on the Wine
development mailing list and update this documentation with the
result of your inquiry.
Wine's build system already has support for building tests with a MinGW
cross-compiler. See the section above called 'Setup of the MinGW
cross-compiling environment' for instructions on how to set things up.
When you have a MinGW environment installed all you need to do is rerun
configure and it should detect the MinGW compiler and tools. Then run
'make crosstest' to start building the tests.
</para>
</sect2>
</sect1>
...
...
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