Building Spring on Linux

Development < Building Spring < Building Spring on Linux

Contents

Build From Source on Linux

If you prefer to use your distributions package system (release versions only), refer to the Linux SetupGuide.

If there is no package tailored for your distribution, you have to install from sources manually. Doing this for distributions where packages are available is not recommended.

Warning:
Be careful when building from source.
You might encounter sync errors in online play if:

  • you are using an untested compiler (gcc from the 4.x serie should be safe)
  • you use non-standard compiler settings (be careful about -march)!

Obtaining the Source

Current

(For playing online)

Using Git is the recommended way to get the sources of the engine. However, if you really do not want to clone our git repository, we have some source packages available for download below.

Windows users wanting to use CMake to compile Spring are advised to download the source directly from github. The packages below target Linux only and do not contain certain files required to compile using CMake on Windows.

Source .tar.lzma - {mirror}

Source .tar.gz - {mirror}

This code is the same as that used to build the last public release. See Building spring for build instructions.

Development Sources from Git

(Bleeding-edge, unstable code for development and testing)

Spring project page at github (status page)

Git clone URL for the master repo:

git://github.com/spring/spring.git


For serious developers. This will also allow you to make a patch out of the changes you make to the code, and send it to one of the developers with repository access.

Assuming the GIT command line client is installed, you can clone the repository with

git clone git://github.com/spring/spring.git

and update it with:

git pull --rebase

If github is unavailable or slow, there is a mirror:

git://springrts.git.sourceforge.net/gitroot/springrts/springrts

Get Dependencies

To compile, you will have to install some development packages Spring depends on. These vary from distro to distro and may also depend on your specific configuration.

If your distributions is not listed below, you should be able to figure out the correct package names from this.

Full list

  • Programs necessary to build
    • cmake
    • 7zip (aka p7zip or 7z)
    • The usual build toolchain
      • gcc
      • make
  • Libraries
    • SDL
    • boost (version 1.35 or later)
      • threads
      • regex
      • signals
      • system
      • program-options
    • libdeviL (IL)
    • OpenAL (openal-soft, older openal-0.0.8 does not work)
    • OpenGL headers (mesa, GLEW, etc.)
    • zlib
    • freetype (2)
    • ogg, vorbis and vorbisfile
  • Optional (for AI Interfaces and Skirmish AIs)
    • python (2.5+)
    • jdk (1.5+)

Debian

For Etch (debian 4.0 stable) and Sid (debian unstable), I've confirmed the following to be the minimal set that is necessary to get. This works with Ubuntu 8.10, too. As of ~ July 2009, spring depends on boost 1.35+ (if your distro is behind, you can try some unofficial backports).

Also, on 64-bit, be sure to build against DevIL 1.6.8-rc2+, as 1.6.7 has a bug in the PNG loading code that causes issues.

sudo aptitude install build-essential zlib1g-dev libfreetype6-dev
sudo aptitude install libsdl1.2-dev libopenal-dev libglew-dev zip
sudo aptitude install libvorbis-dev libxcursor-dev libdevil-dev
sudo aptitude install libboost-system1.37-dev libboost-system1.37-thread-dev
sudo aptitude install libboost-system1.37-regex-dev 
sudo aptitude install libboost-system1.37-serialization-dev
sudo aptitude install libboost-system1.37-program-options-dev

and either scons and python2.5-dev or cmake, depending on what you use for building (I advise to use cmake). On debian 5.0 (lenny), libglew1.5-dev is required as well.

Ubuntu 8.04

apt-get install p7zip-full libboost-thread1.40-dev libboost-regex1.40-dev
apt-get install libboost-program-options1.40-dev libboost-signals1.40-dev 

(or exchange the libboost 1.40 with 1.37, if you are using that version)

Gentoo

This has been tested to work with a clean install of gentoo 2008.0:

emerge cmake \>=media-libs/freetype-2.0.0 \>=media-libs/libsdl-1.2.0
emerge media-libs/openal media-libs/glew dev-libs/boost
emerge app-arch/zip media-libs/libogg
USE="png jpg tiff opengl" emerge media-libs/devil 

Fedora

On Fedora 8:

yum install cmake boost-devel openal-devel SDL-devel \
DevIL-devel glew-devel libvorbis-devel 

On Fedora 12:

yum install gcc-c++ cmake boost-devel DevIL-devel freetype-devel \
glew-devel libvorbis-devel libXcursor-devel openal-devel SDL-devel p7zip

Slackware

On Slackware 13, cmake, ogg & vorbis, boost, glew and SDL already come with the full regular install, both libs and headers. You can find helper scripts to easily compile and package DevIL, OpenAL and spring itself here.

Build And Install

Using CMake (2.6 or newer)

Configure and build:

cmake .
make spring

Install:

make install-spring


Default install paths are:

/usr/local/bin/spring Spring executable

/usr/local/share/games/spring read-only data

If you want /usr prefix instead of /usr/local, configure like this:

cmake -DCMAKE_INSTALL_PREFIX=/usr .

For further ways of customizing your build, have a look at the variables shown with:

cmake -LH .

Ububtu 9.10 - if it cannot locate freetype include dir, then use:

cmake -DFREETYPE_INCLUDE_DIR=/usr .

If you experience performance problems on multi-core systems, you may additionally build the MT version of spring:

make spring-multithreaded

And install with:

make install-spring-multithreaded

Other targets are: spring-headless and spring-dedicated.

Using Scons

Configure and build:

scons configure
scons

Install:

scons install


Finalizing installation

You should have Spring installed by now; if not, please see the SetupGuide.

Depending on your distribution/package, you still need a Multiplayer Lobby. For Linux, the most common one is SpringLobby, which you can get here.

Maps & Mods

Since Spring is only an engine, you need to download games/mods for it, and the maps that go with those games.

SpringLobby will automatically do this for you when you attempt to join a game with a map or mod that you do not currently have, using an integrated downloader.

If you want to download it manually or browse existing maps, there are several easy to use websites:

Pick any of those sites, download a map or mod, and then double click it. This will move it to your Spring folder, using the spring map/mod installer program. If you wish to move maps/mods by hand, they are located under ~/.spring/maps/ or ~/.spring/mods/ (if the folder does not exist - create it). Do not unpack the file in any way though, just download and save it. Reload your maps/mods in SpringLobby, (Tools - Reload maps/mods) and they will be ready to use.

These sites also may provide other neat things like Lua widgets, epic replays, AI bots (for playing offline or to team up on with a friend). Generally the installation requires you to download the file and place it in the appropriate folder in your ~/.spring directory. (you may have to create the folder)

Hint: If you know the name of the map you want, there is a Search function provided in those websites. Just write a part of the name, like one word, and you will easily find the map you were looking for.

OTA Content

Certain mods require content from the Total Annihilation game, you need to download the following file to play them:

wget http://ipxserver.dyndns.org/games/spring/mods/xta/base-ota-content.zip -P ~/spring/base
unzip ~/spring/base/base-ota-content.zip -d ~/.spring/base/

Note that you need to own a copy of Total Annihilation, to download this file legally. Mods that do not require this file are at least NanoBlobs, Kernel Panic, Expand & Exterminate, S44, BA and CA.


Linux specific Troubleshooting

Compiletime

invalid use of ILvoid / ALCvoid

During compiling, if you get a lot of the following errors:

/usr/include/IL/il.h:497: error: '<anonymous>' has incomplete type 
/usr/include/IL/il.h:497: error: invalid use of 'ILvoid'

This happens because the version of libdevil-dev you have installed is not compatible with gcc version 4.2 and newer. Update it.

Ingame

Slow Mouse

Run:

echo '# Slow fullscreen cursor fix for Spring' >> ~/.xsessionrc
echo 'SDL_MOUSE_RELATIVE=0' >> ~/.xsessionrc
echo 'export SDL_MOUSE_RELATIVE' >> ~/.xsessionrc

And log out and log in again.

The mouse should now be as fast as in windowed mode.

Rotating Buildings

You can rotate a building before you give the build order, but the keys that do this do not work in Linux by default for some users. Issue the following commands in the beginning of the game:

/bind keycodex buildfacing inc
/bind keycodey buildfacing dec

Keycodex and keycodey above are just placeholders. What you want to write depends on which key you want to use. To see what keycodes any keys have, do:

/keydebug yes

And then hit the keys you want to use, and spring prints the keycodes in the message buffer.

If you want to save these keys you have to edit the uikeys.txt.

Problems with Audio

The engine needs at least OpenAL Soft 1.6 for its sound. If you still have the old openal-0.0.8 installed, you should update it.

Additionally, pulseaudio causes lots of issues, so try to disable it for spring if you have sound problems.

Desync in game

Spring only send the commands and not the result over the network, so it needs to run all math in a repeatable manner, so all other clients in a multiplayer match get the same results. So some CPU specific features have to enabled/disabled. If you desync, you either have a CPU that is not SSE1 capable, or you set the wrong -march/-mtune compiler flags. If you compile Spring via CMake, remove CMakeCache.txt, and leave the march flag at the default.

If You Still Have Problems

Join either IRC chat in #taspring on Freenode or #sy on QuakeNet, or ask for help in the lobby channels #sy or #springlobby.

However, generic Linux problems not really related to installing spring should be asked elsewhere.

Prepare to list your distribution, which installation method you used, and what exactly is the error.

FAQ

IRC

How

Getting Help on IRC

Okay, so you need human help. This is how NOT to do it:

15:54 -!- **** [n=****@*] has joined #taspring
15:54 < ****> Hi, i have a problem with compiling spring on debian
15:54 < ****> can anyone help me?
15:57 -!- **** [n=****@*] has quit [Client Quit]

Do not ask to ask, instead go straight to business by stating the exact problem you have, and giving all necessary information. What you were trying to achieve, how did you try to do it, what happened and what did you expect to happen.

Then WAIT for someone to notice you.

Where

  • #sy @ QuakeNet
  • #sy @ springrts.com (with SpringLobbie only)
  • #taspring @ FreeNode

Retrieved from "http://springrts.com/wiki/Building_Spring_on_Linux"

This page has been accessed 20,563 times. This page was last modified 10:06, 18 August 2010.


 
 

Page editing toolbox

Browse
Main Page
Community portal
Current events
Recent changes
Random page
Help
Donations
Edit
View source
Editing help
This page
Discuss this page
Post a comment
Printable version
Context
Page history
What links here
Related changes
My pages
Log in
Special pages
New pages
File list
Statistics
Bug reports
More...

Site layout created by Roflcopter.