Module: docs
Branch: master
Commit: 85929c15831cfa63989e397295da69bb991aac8a
URL: http://source.winehq.org/git/docs.git/?a=commit;h=85929c15831cfa63989e39729…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Tue Jun 22 21:54:04 2010 +0200
winedev: Update installing sources of mingw32 for deb and rpm systems.
---
en/winedev-testing.sgml | 22 +++++++---------------
1 files changed, 7 insertions(+), 15 deletions(-)
diff --git a/en/winedev-testing.sgml b/en/winedev-testing.sgml
index 31f15f4..ccd1020 100644
--- a/en/winedev-testing.sgml
+++ b/en/winedev-testing.sgml
@@ -188,32 +188,24 @@ thread.c: 86 tests executed, 5 marked as todo, 0 failures.
distributions and *BSD.
</para>
<sect3>
- <title>Debian GNU/Linux</title>
+ <title>Debian GNU/Linux like deb systems</title>
<para>
- On Debian do <command>apt-get install mingw32</>.
+ This includes Debian GNU/Linux, Ubuntu, etc.
+ The following step should probably work on any deb based system.
</para>
<para>
- The standard MinGW libraries will probably be incomplete, causing
- 'undefined symbol' errors. So get the latest
- <ulink url="http://mirzam.it.vu.nl/mingw/">mingw-w32api RPM</>
- and use <command>alien</> to either convert it to a .tar.gz file
- from which to extract just the relevant files, or to convert it
- to a Debian package that you will install.
+ Run <command>apt-get install mingw32</>.
</para>
</sect3>
<sect3>
<title>Red Hat Linux like rpm systems</title>
<para>
- This includes Fedora Core, Red Hat Enterprise Linux, Mandrake,
+ This includes Fedora, Red Hat Enterprise Linux, Mandrake,
most probably SuSE Linux too, etc. But this list isn't exhaustive;
- the following steps should probably work on any rpm based system.
+ The following step should probably work on any rpm based system.
</para>
<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>
+ Run <command>yum install mingw32-gcc</>.
</sect3>
<sect3>
<title>*BSD</title>