Massimo32 Site Admin
Joined: 11 Nov 2007 Posts: 177 Location: Bolzano, Italy
|
Posted: Mon Nov 16, 2009 11:35 pm Post subject: Compile from source code in Mandriva 2010 |
|
|
1) Install subversion, scons and a few libraries:
Code: |
# urpmi subversion scons gcc-c++ libSDL-devel libSDL_image-devel libboost-devel libftgl-devel
|
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
|
|
|