OpenJazz
Building OpenJazz
OpenJazz can be built on a variety of platforms.

You will need to link to SDL 1.2. Under windows, you will also need to link in SDLmain.

If you want network play, you'll need to compile with the constant USE_SOCKETS defined.

If you want music, you'll need to compile with the constant USE_MODPLUG defined. You'll also need to link to libmodplug, which can be obtained via this link. It will have to be modified slightly. Two lines in sndmix.cpp should not be commented out. In version 0.8.7 these are lines 368 and 401.