Error loading contributions
Spring (formerly TASpring) is an Open Source Real Time Strategy game engine.
Visit our project homepage for help, suggestions,
bugs, community forum and everything spring related.
Detailed instructions for how to compile Spring can be found here
The most simple set of commands will be:
cmake .
make
Usually, you want to use an installer or a package prepared for your OS:
Windows:
Linux:
If you want to compile and install from source, please see this wiki page
The most simple set of commands will be:
make install…