1

Topic: [SOLVED] Last step for compiling TeeWorld on Window.

Hi,

I really don't understand the last step...

Compiling teeworlds

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

for all stuff,

..\bam\src\bam server_release

for server only,

..\bam\src\bam debug

for debug version of all,

..\bam\src\bam server_debug

for debug version of server.

I send this command

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

and it works.

Then

cd teeworlds-version-src

I suppose I have to go to this directory, no problem.

Afterwards

..\bam\src\bam release

wtf ? what does it mean ? Is it a line command ?

Thx for helping me big_smile

2 (edited by Slayer *gV* 2010-05-12 20:04:01)

Re: [SOLVED] Last step for compiling TeeWorld on Window.

bam is an application, and with the command "bam release" "bam server_release" "bam debug" you'll say the app what it shall do. "..\bam\src\" is just the direction to the bam-app... [bam needs files from the teeworlds-folder, so you need to go over the teeworlds-folder to the bam-app ("..\")]

3

Re: [SOLVED] Last step for compiling TeeWorld on Window.

I think this instruction(http://www.teeworlds.com/?page=docs&wiki=CompilingEverything) is really bad. It needs ti be rewritten

4

Re: [SOLVED] Last step for compiling TeeWorld on Window.

I get it, thank you! smile