equal
deleted
inserted
replaced
45 * Navigate to where you want to download the source |
45 * Navigate to where you want to download the source |
46 * Type and execute ( The initial clone of the repository will take a while, is about 550MiB or so... ): |
46 * Type and execute ( The initial clone of the repository will take a while, is about 550MiB or so... ): |
47 {{{ |
47 {{{ |
48 hg clone https://hedgewars.googlecode.com/hg/ trunk |
48 hg clone https://hedgewars.googlecode.com/hg/ trunk |
49 }}} |
49 }}} |
50 # Extract the _Windows Building Archive_ to the hedgewars source folder, in the *bin* directory |
50 # Extract the _Windows Building Archive_ to the hedgewars source folder, in the root source directory - where there are the bin, misc, tools, etc. directories. |
51 # Go to the "bin/build_windows.bat" file, and modify the following: |
51 # Go to the "tools/build_windows.bat" file, and modify the following: |
52 * 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 PASCAL=<put the path to the directory that contains fpc's executable (fpc.exe)> (for example: c:\FPC\2.4.4\bin\i386-win32\) |
53 * SET SET QTDIR=<path to the QtSDK\Desktop\Qt\<your version>> (for example: c:\QtSDK\Desktop\Qt\4.7.3\) |
53 * SET SET QTDIR=<path to the QtSDK\Desktop\Qt\<your version>> (for example: c:\QtSDK\Desktop\Qt\4.7.3\) |
54 # You can now build hedgewars, by running the *bin/build_windows.bat* command. |
54 # You can now build hedgewars, by running the *tools/build_windows.bat* command. |
55 |
55 |
56 = Building process = |
56 = Building process = |
57 Run the *bin/build_windows.bat* file each time you want to build the source. |
57 Run the *tools/build_windows.bat* file each time you want to build the source. |