1

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.

2

Re: [HELP] How to actually build it?

If you run Windows 64-bit, you have to change the path.
%comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" x86

3

Re: [HELP] How to actually build it?

Ok, I did it eventually

Setting environment for using Microsoft Visual Studio 2005 x86 tools.

But wht does it mean?

..\bam\src\bam release

4

Re: [HELP] How to actually build it?

When you have set your environment for using Microsoft Visual Studio 2005 you have to compile using bam.

First, "cd" to the folder where the source is.
Then type: "..\bam\src\bam release".

Your folders should look like:

Teeworlds:
    - teeworlds-0.5.2-src
    - bam 0.2.0

5 (edited by eng58844 2009-11-19 12:02:30)

Re: [HELP] How to actually build it?

My paths:
C:\bam 0.2.0
C:\bam 0.2.0\bam.exe
C:\teeworlds-0.5.2-win32

C:\Users\x>cd C:\teeworlds-0.5.2-win32
C:\teeworlds-0.5.2-win32>..\bam\src\bam release
The system cannot find the path specified.

still nothing :-(

6 (edited by LordSk 2009-11-19 12:34:32)

Re: [HELP] How to actually build it?

If you use visual 2005, it is 8.0 not 9.0 if I am right (%comspec% /k ""C:\Program Files\Microsoft Visual Studio 8.0\VC\vcvarsall.bat"" x86).
And you did not get the good bam version if the binary is in bam/, try to download this one :
http://www.teeworlds.com/trac/bam/brows … format=raw

lordskelethom - want to reach me quickly? https://discord.gg/teeworlds

7

Re: [HELP] How to actually build it?

I've just done! thx a lot for help!!!