equal
deleted
inserted
replaced
30 # Restart the computer |
30 # Restart the computer |
31 # Download the Hedgewars source: |
31 # Download the Hedgewars source: |
32 # Using TortoiseHg |
32 # Using TortoiseHg |
33 * Right-click in any folder on your computer |
33 * Right-click in any folder on your computer |
34 * Select Tortoise HG -> Clone. |
34 * Select Tortoise HG -> Clone. |
35 * In the _Source_ textbox enter: https://hedgewars.googlecode.com/hg/ |
35 * In the _Source_ textbox enter: http://hg.hedgewars.org/hedgewars/raw-file/default/ |
36 * Press clone |
36 * Press clone |
37 # Using command-line Mercurial |
37 # Using command-line Mercurial |
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. |
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... ) |
39 * Start _Run..._ ( WINDOWS Key + R , or Start -> Run... ) |
40 * Enter: |
40 * Enter: |
42 cmd.exe |
42 cmd.exe |
43 }}} |
43 }}} |
44 * Navigate to where you want to download the source |
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... ): |
45 * Type and execute ( The initial clone of the repository will take a while, is about 550MiB or so... ): |
46 {{{ |
46 {{{ |
47 hg clone https://hedgewars.googlecode.com/hg/ trunk |
47 hg clone http://hg.hedgewars.org/hedgewars/ trunk |
48 }}} |
48 }}} |
49 # Navigate to the where you cloned the repository source to. |
49 # Navigate to the where you cloned the repository source to. |
50 # Go to the "tools/build_windows.bat" file, and modify the following: |
50 # Go to the "tools/build_windows.bat" file, and modify the following: |
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\) |
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\) |
52 * SET SET QTDIR=<path to the QtSDK\Desktop\Qt\<your version>> (for example: c:\QtSDK\Desktop\Qt\4.8.1\) |
52 * SET SET QTDIR=<path to the QtSDK\Desktop\Qt\<your version>> (for example: c:\QtSDK\Desktop\Qt\4.8.1\) |