author | almikes@aol.com |
Tue, 28 Jul 2015 14:45:30 +0000 | |
changeset 566 | dc9a1250fe28 |
parent 318 | b5c9ee17f621 |
child 592 | 2a5ecd20bf16 |
permissions | -rw-r--r-- |
185 | 1 |
#summary Instructions for building Hedgewars on Windows |
2 |
#labels Phase-Implementation,Phase-Design,Phase-Support |
|
3 |
||
187
fc67aa71e6ed
Make the tutorial a bit more user friendly :P
ovibalea@gmail.com
parents:
186
diff
changeset
|
4 |
= Things to download = |
fc67aa71e6ed
Make the tutorial a bit more user friendly :P
ovibalea@gmail.com
parents:
186
diff
changeset
|
5 |
First of all, please use this guide over here ( http://windows.microsoft.com/en-US/windows7/find-out-32-or-64-bit) to see whether your OS is 32 or 64 bit. You will need it while doing the setup. |
185 | 6 |
|
187
fc67aa71e6ed
Make the tutorial a bit more user friendly :P
ovibalea@gmail.com
parents:
186
diff
changeset
|
7 |
# CMake - download the *Windows (Win32 Installer)* |
fc67aa71e6ed
Make the tutorial a bit more user friendly :P
ovibalea@gmail.com
parents:
186
diff
changeset
|
8 |
* Link: http://cmake.org/cmake/resources/software.html |
192
9a34387a4262
Update the turotial so ppls won't have to download the entire QT Sdk :)
ovibalea@gmail.com
parents:
191
diff
changeset
|
9 |
# FreePascal - download the *Download as installer* |
266 | 10 |
* Link: http://sourceforge.net/projects/freepascal/files/Win32/2.6.0/fpc-2.6.0.i386-win32.exe/download |
318
b5c9ee17f621
Updating the QtSDK link *again*. This time it does actually link to the QtSDK and it really does work.
Caironater@gmail.com
parents:
316
diff
changeset
|
11 |
# Qt SDK - Select the online installer, as it will save you ~1 GB of bandwidth. Nokia will also require you to register an account to download it. |
b5c9ee17f621
Updating the QtSDK link *again*. This time it does actually link to the QtSDK and it really does work.
Caironater@gmail.com
parents:
316
diff
changeset
|
12 |
* Link: http://www.developer.nokia.com/info/sw.nokia.com/id/da8df288-e615-443d-be5c-00c8a72435f8/Qt_SDK.html |
187
fc67aa71e6ed
Make the tutorial a bit more user friendly :P
ovibalea@gmail.com
parents:
186
diff
changeset
|
13 |
# Mercurial - pick one (TortoiseHg has a GUI and is more user-friendly) |
fc67aa71e6ed
Make the tutorial a bit more user friendly :P
ovibalea@gmail.com
parents:
186
diff
changeset
|
14 |
# TortoiseHg - Chose one based on your OS version |
fc67aa71e6ed
Make the tutorial a bit more user friendly :P
ovibalea@gmail.com
parents:
186
diff
changeset
|
15 |
* Link: http://tortoisehg.bitbucket.org/download/index.html |
192
9a34387a4262
Update the turotial so ppls won't have to download the entire QT Sdk :)
ovibalea@gmail.com
parents:
191
diff
changeset
|
16 |
# Command-line mercurial |
266 | 17 |
* Link: http://mercurial.selenic.com/downloads/ |
187
fc67aa71e6ed
Make the tutorial a bit more user friendly :P
ovibalea@gmail.com
parents:
186
diff
changeset
|
18 |
# _Windows building archive_ - it contains everything you need to compile Hedgewars on Windows. |
212
d47acc7f7185
additional instruction for vs2010 by adam.madram (issue 379)
vittorio.giovara@gmail.com
parents:
195
diff
changeset
|
19 |
* Link: http://hedgewars.googlecode.com/files/hedgewars-win32-buildscripts.zip |
185 | 20 |
|
21 |
= Setup = |
|
22 |
# Install CMake, but please *ensure* you select "Add CMake to the system PATH for all users", so you can run CMake directly from command line. |
|
23 |
# Install FreePascal. |
|
24 |
# Install Qt SDK, with the "Custom" option: |
|
192
9a34387a4262
Update the turotial so ppls won't have to download the entire QT Sdk :)
ovibalea@gmail.com
parents:
191
diff
changeset
|
25 |
* Click the *DESELECT ALL* button. We will then check only what we need |
9a34387a4262
Update the turotial so ppls won't have to download the entire QT Sdk :)
ovibalea@gmail.com
parents:
191
diff
changeset
|
26 |
* Check *Qt SDK/Miscellaneous/MinGW <any version>* |
318
b5c9ee17f621
Updating the QtSDK link *again*. This time it does actually link to the QtSDK and it really does work.
Caironater@gmail.com
parents:
316
diff
changeset
|
27 |
* Check *Qt SDK/Development Tools/Desktop Qt/Qt <newest version>/Desktop Qt <newest version> - Mingw* |
b5c9ee17f621
Updating the QtSDK link *again*. This time it does actually link to the QtSDK and it really does work.
Caironater@gmail.com
parents:
316
diff
changeset
|
28 |
* !!If there are any error message boxes, just press ignore until they are all gone. :) |
b5c9ee17f621
Updating the QtSDK link *again*. This time it does actually link to the QtSDK and it really does work.
Caironater@gmail.com
parents:
316
diff
changeset
|
29 |
# Install TortoiseHg / Mercurial |
185 | 30 |
# Restart the computer |
187
fc67aa71e6ed
Make the tutorial a bit more user friendly :P
ovibalea@gmail.com
parents:
186
diff
changeset
|
31 |
# Download the Hedgewars source: |
185 | 32 |
# Using TortoiseHg |
33 |
* Right-click in any folder on your computer |
|
34 |
* Select Tortoise HG -> Clone. |
|
35 |
* In the _Source_ textbox enter: https://hedgewars.googlecode.com/hg/ |
|
36 |
* Press clone |
|
318
b5c9ee17f621
Updating the QtSDK link *again*. This time it does actually link to the QtSDK and it really does work.
Caironater@gmail.com
parents:
316
diff
changeset
|
37 |
# Using command-line Mercurial |
185 | 38 |
* If you have Windows 7 skip the next 3 steps, and instead, SHIFT + Right click in the folder where you want to download the source. |
39 |
* Start _Run..._ ( WINDOWS Key + R , or Start -> Run... ) |
|
40 |
* Enter: |
|
41 |
{{{ |
|
42 |
cmd.exe |
|
43 |
}}} |
|
44 |
* Navigate to where you want to download the source |
|
45 |
* Type and execute ( The initial clone of the repository will take a while, is about 550MiB or so... ): |
|
46 |
{{{ |
|
47 |
hg clone https://hedgewars.googlecode.com/hg/ trunk |
|
48 |
}}} |
|
318
b5c9ee17f621
Updating the QtSDK link *again*. This time it does actually link to the QtSDK and it really does work.
Caironater@gmail.com
parents:
316
diff
changeset
|
49 |
# Navigate to the where you cloned the repository source to. |
193
f94b00c2ff70
Update the wiki to reflect the latest directory changes.
ovibalea@gmail.com
parents:
192
diff
changeset
|
50 |
# Go to the "tools/build_windows.bat" file, and modify the following: |
185 | 51 |
* SET PASCAL=<put the path to the directory that contains fpc's executable (fpc.exe)> (for example: c:\FPC\2.4.4\bin\i386-win32\) |
318
b5c9ee17f621
Updating the QtSDK link *again*. This time it does actually link to the QtSDK and it really does work.
Caironater@gmail.com
parents:
316
diff
changeset
|
52 |
* SET SET QTDIR=<path to the QtSDK\Desktop\Qt\<your version>> (for example: c:\QtSDK\Desktop\Qt\4.8.1\) |
193
f94b00c2ff70
Update the wiki to reflect the latest directory changes.
ovibalea@gmail.com
parents:
192
diff
changeset
|
53 |
# You can now build hedgewars, by running the *tools/build_windows.bat* command. |
194 | 54 |
# After building it, you can run it from the Desktop - using the *Hedgewars* shortcut. |
185 | 55 |
|
212
d47acc7f7185
additional instruction for vs2010 by adam.madram (issue 379)
vittorio.giovara@gmail.com
parents:
195
diff
changeset
|
56 |
= Additional Setup for Visual Studio 2010 = |
d47acc7f7185
additional instruction for vs2010 by adam.madram (issue 379)
vittorio.giovara@gmail.com
parents:
195
diff
changeset
|
57 |
To build Hedgewars using Visual Studio 2010, you will need to update a few SDL files using this zip file (http://hedgewars.googlecode.com/files/hedgewars-VS2010-additional.zip). Just download and overwrite it into your currect hedgewars project folder. This is mainly an update to SDL_mixer (updating it to version 1.2.12), and changing the SDLconfig.h file to work with the sperate platform headers instead of the current one. |
d47acc7f7185
additional instruction for vs2010 by adam.madram (issue 379)
vittorio.giovara@gmail.com
parents:
195
diff
changeset
|
58 |
|
d47acc7f7185
additional instruction for vs2010 by adam.madram (issue 379)
vittorio.giovara@gmail.com
parents:
195
diff
changeset
|
59 |
Next you will need to change some project settings. If you don't have the SDL directives set correctly in CMake then your project files will be incorect (they still may be incorrect even if you did get them set right). You need to change the following Project Settings for the 'hedgewars' project. |
d47acc7f7185
additional instruction for vs2010 by adam.madram (issue 379)
vittorio.giovara@gmail.com
parents:
195
diff
changeset
|
60 |
# Make sure that under C/C++ => Additional Include Directories you have \hedgewars\misc\winutils\include\. |
d47acc7f7185
additional instruction for vs2010 by adam.madram (issue 379)
vittorio.giovara@gmail.com
parents:
195
diff
changeset
|
61 |
# Change the Linker => Input => Additional Dependencies option to have the following at the end: |
d47acc7f7185
additional instruction for vs2010 by adam.madram (issue 379)
vittorio.giovara@gmail.com
parents:
195
diff
changeset
|
62 |
* \hedgewars\misc\winutils\lib\SDL.lib |
d47acc7f7185
additional instruction for vs2010 by adam.madram (issue 379)
vittorio.giovara@gmail.com
parents:
195
diff
changeset
|
63 |
* \hedgewars\misc\winutils\lib\SDLmain.lib |
d47acc7f7185
additional instruction for vs2010 by adam.madram (issue 379)
vittorio.giovara@gmail.com
parents:
195
diff
changeset
|
64 |
* \hedgewars\misc\winutils\lib\SDL_mixer.lib |
d47acc7f7185
additional instruction for vs2010 by adam.madram (issue 379)
vittorio.giovara@gmail.com
parents:
195
diff
changeset
|
65 |
# Adjust the Output Directory under the General settings to be just \hedgewars\bin\. |
d47acc7f7185
additional instruction for vs2010 by adam.madram (issue 379)
vittorio.giovara@gmail.com
parents:
195
diff
changeset
|
66 |
|
185 | 67 |
= Building process = |
195
a4eb962ff8a3
Edited wiki page BuildingOnWindows through web user interface.
vittorio.giovara@gmail.com
parents:
194
diff
changeset
|
68 |
Run the *tools/build_windows.bat* file each time you want to build the source. Please note that there might some incompatibilities with the environment paths of this script in case that you are running MinSYS or Cygwin: we are quite confident that if you use such software you're quite able to correctly set up any paths. |