Friday

How to Compile DDRace on Windows

Download Visual C++ 2010 Express in your language
after it is downloaded install it using the default settings, no need to change anything.


Now go to python.org and get the latest 2.x python ( since tw files are not all python 3.x ready )

install python in it's default location c:\python2x don't change anything or you may regret it later...


after having downloaded and installed these tools it's time to download bam trunk and compile it

click here to get the latest bam trunk src code 

now unzip the downloaded zipfile and run make_win32_msvc.bat

you may see some warnings but thats ok

now click here to get the latest DDRace Source Code
now click here to get the latest DDRace Stable to trunk converter
now click here to get the latest DDRace Beta to trunk converter

unzip this to any folder

now go to the bam folder and get bam.exe and paste it into the unzipped DDRace folder

now open notepad and paste this in:
Code:
@echo off
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
:start
cls
@taskkill /f /im "DDRace-Server.exe"
@taskkill /f /im "DDRace.exe"
bam server_release client_release
echo now please start the client or server as you need
pause
goto start
save this file as Build.bat
NOTE: this must be saved in the same dir as bam inside DDRace folder that you unzipped

now all you have o do to build DDRace is double click this files

No comments:

Post a Comment