New name and URL for mingw cross env: http://mxe.cc/
This commit is contained in:
@@ -1,15 +1,14 @@
|
|||||||
PokerTH can be built for Windows using the MinGW cross environment
|
PokerTH can be built for Windows using MXE (the M cross environment)
|
||||||
http://mingw-cross-env.nongnu.org/
|
http://mxe.cc/
|
||||||
|
|
||||||
You need a Linux system to set this up.
|
You need a Linux system to set this up.
|
||||||
|
|
||||||
1. Install all requirements listed there:
|
1. Install all requirements listed there:
|
||||||
http://mingw-cross-env.nongnu.org/#requirements
|
http://mxe.cc/#requirements
|
||||||
on your Linux system.
|
on your Linux system.
|
||||||
|
|
||||||
2. Download the latest release of mingw-cross-env and extract it to /opt/mingw
|
2. Download the latest release of MXE and extract it to /opt/mingw
|
||||||
(if this does not work, as some packages might be broken, try the latest development release:
|
(if this does not work, as some packages might be broken, try the latest development release)
|
||||||
hg clone http://hg.savannah.nongnu.org/hgweb/mingw-cross-env mingw )
|
|
||||||
|
|
||||||
3. Patch OpenSSL dependencies out of Qt build file (OpenSSL license is not compatible with the GPL)
|
3. Patch OpenSSL dependencies out of Qt build file (OpenSSL license is not compatible with the GPL)
|
||||||
For your convenience, a patch file is included to remove at least one OpenSSL dependency. This patch
|
For your convenience, a patch file is included to remove at least one OpenSSL dependency. This patch
|
||||||
|
|||||||
Reference in New Issue
Block a user