Menu

Tree [72cf15] master /
 History

HTTPS access


File Date Author Commit
 client 2018-02-17 Peter Asplund Peter Asplund [72cf15] Fix compiler warnings and uninitialized values
 media 2012-04-04 Peter Asplund Peter Asplund [130945] Add new and ugly icon!
 server 2009-08-12 Peter Asplund Peter Asplund [cf34d7] Try to fix annoying warning for CMake, but it w...
 web 2012-02-20 Peter Asplund Peter Asplund [d08604] Add website to git repository as well.
 .gitignore 2012-04-04 Peter Asplund Peter Asplund [3f4f89] Add .gitignore file and uncomment dependencies ...
 CMakeLists.txt 2010-05-17 Peter Asplund Peter Asplund [502b2b] Remove -> drop of video device, Close it instead.
 README 2009-08-12 Peter Asplund Peter Asplund [cab37e] Add readme file
 subspace battle-game script.odt 2012-02-20 Peter Asplund Peter Asplund [d08604] Add website to git repository as well.

Read Me

Subspace Battle - source release 0.3

This software depends on the following packages:
CMake (http://www.cmake.com)
Irrlicht (http://irrlicht.sf.net)
SDL (http://www.libsdl.org)

Install and download those before trying anything.
After that is done, please run:
> cmake .
> make

Hopefully the compile will go well, and you can
find the executables under client/bin and 
server/bin

Peter