Polishing mingw-w64 stuff.

This commit is contained in:
lotodore
2010-10-09 09:23:08 +00:00
parent 9e42f0a52e
commit 812e5e3e18
3 changed files with 8 additions and 8 deletions
@@ -27,8 +27,7 @@ if not exist %PKTH_OldDir%\third_party_apps\7za.exe goto noTools
echo Using "%PKTH_BaseDir%" as base directory.
echo.
echo This script will download and install the prerequisites for building PokerTH
echo - mingw with gcc-core, gcc-g++, binutils, mingw-runtime,
echo w32api, mingw32-make, mingw-utils
echo - mingw-w64 (sezero's 4.5.2 prerelease with target Win32), mingw-utils
echo - Qt - will be compiled from the sources
echo - GnuTLS - using the binary release
echo - gsasl - using the binary release
@@ -38,7 +37,7 @@ echo - SDL, SDL_mixer - using binary releases
echo - subversion
echo.
echo Downloading all and building some of these libraries might require up to
echo 5 (five) GB hard disc space. Roughly 200 MB will be downloaded.
echo 5 (five) GB hard disc space. Roughly 350 MB will be downloaded.
echo ONLY continue, if you are SURE that you have enough disc space available.
echo.
echo Files within the base directory might be OVERWRITTEN WITHOUT WARNING.
@@ -27,10 +27,9 @@ if not exist %PKTH_OldDir%\third_party_apps\7za.exe goto noTools
echo Using "%PKTH_BaseDir%" as base directory.
echo.
echo This script will download and install the prerequisites for building PokerTH
echo - mingw with gcc-core, gcc-g++, binutils, mingw-runtime,
echo w32api, mingw32-make, mingw-utils
echo - mingw-w64 (sezero's 4.5.2 prerelease with target Win64)
echo - Qt - will be compiled from the sources
echo - GnuTLS - using the binary release
echo - openssl - using the binary release
echo - gsasl - using the binary release
echo - zlib and libcurl - will be compiled from the sources
echo - boost - will be compiled from the sources
@@ -38,7 +37,7 @@ echo - SDL, SDL_mixer - using binary releases
echo - subversion
echo.
echo Downloading all and building some of these libraries might require up to
echo 5 (five) GB hard disc space. Roughly 200 MB will be downloaded.
echo 5 (five) GB hard disc space. Roughly 350 MB will be downloaded.
echo ONLY continue, if you are SURE that you have enough disc space available.
echo.
echo Files within the base directory might be OVERWRITTEN WITHOUT WARNING.
+3 -1
View File
@@ -1,7 +1,7 @@
These are some tools to help compiling the development version of PokerTH on Windows
using the mingw g++ compiler.
This script has been tested on Windows 7 x64 and Windows XP. When updating this script from a
This script has been tested on Windows 7 x64. When updating this script from a
previous version, delete the base pokerth directory first, and start from the scratch.
Compiling all libraries and PokerTH itself could take SEVERAL HOURS, and uses up a lot of disc space.
@@ -29,6 +29,8 @@ Please follow these instructions:
downloading Qt.
Example: "pokerth_download_libs.cmd C:\pokerth_root"
In order to build the x64 version, run "pokerth_download_libs64.cmd c:\pokerth_root".
This could take several hours. If you need to interrupt the script, you can do so
by pressing Ctrl+c. After interrupting, you may
- start from the scratch (delete everything within the base directory)