Topic: New here + compiling teeworlds on win7
Hello, I have played a few games of TWS recently and decided that I would have liked to see the sourcecode and maybe even help out with development... So, I have tried to compile the code on the "master" github branch.
I plan to use VS2012, but as afai understand, I still need to setup bam for the generation of scripts and so on, or can I skip it instead?
Anyway, I have downloaded and compiled bam (master from github), went into my source directory and tried
C:\bam-master\bam.exe release
But it says that the target "release" is not found.
I have tried then without target. Compilation starts but I get error like:
sound.cpp: impossible to open included file "SDL.h"
Which makes me think I probably need SDL somewhere in my system... Then my questions are:
- Which version of SDL should i get?
- How can I tell bam where to look for SDL?
- Do I need additional libraries?
Thank you in advance!