Building Super Burger World
Linux, BSD, etc.Super Burger World now compiles and installs well on *nix based systems, although there are a few things you will need:
SDL: http://www.libsdl.org/download-1.2.php
SDL_Image: http://www.libsdl.org/projects/SDL_image/
SDL_mixer: http://www.libsdl.org/projects/SDL_mixer/
A C++ compiler (GCC works well)
These may have other dependencies so use apt or similar to get them
Once you have extracted the source, it is easy to compile,
In a shell type:
./configure
and then if that all works fine
make
Then go into the src directory and type ./superburgerwld and hopefully it will run
Optionally you can install it by running ‘make install’
I also reccomend that you strip the binary before installing to save a bit of space and speed it up slightly.
The following text is essentially the same as the previous page except elaborated.
Windows SuperTux offers a very good all in one download with all libries for building on Windows. It is available here. I used that with the ReactOs build system and MSYS to make the versions I have available for download, although it is probably easiest to follow the instructions on the SuperTux page in full. Mac OS X I don't have a Mac but from what I know about them building should be similar to BSD. The SuperTux page on the subject should help.