Massimo32 Site Admin
Joined: 11 Nov 2007 Posts: 177 Location: Bolzano, Italy
|
Posted: Sun Nov 30, 2008 3:15 pm Post subject: Compile from source code in Ubuntu 8.10 -> 11.10 |
|
|
1) Install subversion, scons, a few libraries and fonts:
Code: |
$ sudo aptitude install g++ subversion scons libsdl1.2-dev libsdl-image1.2-dev libboost-program-options-dev libftgl-dev ttf-dejavu-extra
|
2) Get the code from sourceforge repository:
Code: |
$ svn co https://openworldsoccer.svn.sourceforge.net/svnroot/openworldsoccer/trunk ows
|
3) Compile
4) Run
The configuration can be changed in two ways:
- editing ows.cfg
- using command line options, to get available options:
When a new release is available, you can simply update the code and recompile:
Code: |
$ cd ows
$ svn update
$ scons
|
|
|