Topic: [HELP] How to actually build it?
I installed Visual studio express 2005 and built BAM just fine. (Now I’ve got the executive C:\bam\bam.exe) So, I’ve tried next lines, but nothing.
C:\Users\x>cd c:\bam
c:\bam>%comspec% /k ""C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.
bat"" x86
The system cannot find the path specified.
I really don’t understand next lines:
%comspec% /k ""C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" x86
cd teeworlds-version-src
..\bam\src\bam release
So, what’s the next step? Do I have to copy bam.exe to teeworlds’s folder and then run it? Or sth like this? Thx for any help.