Adding detailed instructions as to which packages are required for the mingw cross build.

This commit is contained in:
lotodore
2011-02-11 13:24:10 +00:00
parent dd3c003d7e
commit 29dca1846e
+7 -1
View File
@@ -10,7 +10,13 @@ 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 mingw-cross-env and extract it to /opt/mingw
3. Within /opt/mingw, run 3. Within /opt/mingw, run
make make gcc
make qt
make boost
make curl
make libgsasl
make sdl_mixer
make tinyxml
(this takes quite some time) (this takes quite some time)
4. As the user you would like to use to compile PokerTH for Windows, 4. As the user you would like to use to compile PokerTH for Windows,