From 812e5e3e18ae26107e2219e0af040f44e91ddeae Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 9 Oct 2010 09:23:08 +0000 Subject: [PATCH] Polishing mingw-w64 stuff. --- docs/win32_build_scripts/pokerth_download_libs.cmd | 5 ++--- docs/win32_build_scripts/pokerth_download_libs64.cmd | 7 +++---- docs/win32_build_scripts/readme.txt | 4 +++- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/win32_build_scripts/pokerth_download_libs.cmd b/docs/win32_build_scripts/pokerth_download_libs.cmd index d49aed01..a0ca71b4 100644 --- a/docs/win32_build_scripts/pokerth_download_libs.cmd +++ b/docs/win32_build_scripts/pokerth_download_libs.cmd @@ -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. diff --git a/docs/win32_build_scripts/pokerth_download_libs64.cmd b/docs/win32_build_scripts/pokerth_download_libs64.cmd index 791a841e..426a5647 100644 --- a/docs/win32_build_scripts/pokerth_download_libs64.cmd +++ b/docs/win32_build_scripts/pokerth_download_libs64.cmd @@ -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. diff --git a/docs/win32_build_scripts/readme.txt b/docs/win32_build_scripts/readme.txt index 99fd5970..dd7a0746 100644 --- a/docs/win32_build_scripts/readme.txt +++ b/docs/win32_build_scripts/readme.txt @@ -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)