BuildingOnWindows.wiki
changeset 194 05262f15ad20
parent 193 f94b00c2ff70
child 195 a4eb962ff8a3
equal deleted inserted replaced
193:f94b00c2ff70 194:05262f15ad20
    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.
    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 "tools/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 *tools/build_windows.bat* command.
    54  # You can now build hedgewars, by running the *tools/build_windows.bat* command.
       
    55  # After building it, you can run it from the Desktop - using the *Hedgewars* shortcut.
    55 
    56 
    56 = Building process =
    57 = Building process =
    57 Run the *tools/build_windows.bat* file each time you want to build the source.
    58 Run the *tools/build_windows.bat* file each time you want to build the source.