1

Topic: [HELP] Compiling the Source

I just read the official documentation and downloaded VSC2008, bam, phyton 2.6 and the source.
After i compiling bam i cant understand what i doing then:

"Run in cmd (start->run->cmd):

%comspec% /k ""C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" x86

cd teeworlds-version-src

..\bam\src\bam release"

somebody can help with that please? what is the meaning of teeworlds-version-src and ..\bam\src\bam release?
Thanks

2

Re: [HELP] Compiling the Source

teeworlds-version-src=teeworlds-0.5.2-src atm. You need to download it too if u forgot that wink
only "cd teeworlds-0.5.2-src" wont work... you need to know where your teeworlds folder is!
"cd" means "change directory"... for me it would be for example: "cd games/teeworlds/src/teeworlds-0.5.2-src"

and "..\bam\src\bam release" is the path to bam and the command to compile.... without that windows wouldnt know where bam is wink

uptee - a simple web interface for hosting and maintaining teeworlds servers
teerace - a website gathering results of trusted Race-mod servers providing global ranking and statistics
*gV* rox ^^

3 (edited by FireDrift 2009-12-03 18:34:21)

Re: [HELP] Compiling the Source

I figured that myself, i just used bam 0.2.0 instead 0.3.2
thx