Massimo32 Site Admin
Joined: 11 Nov 2007 Posts: 177 Location: Bolzano, Italy
|
Posted: Mon Nov 12, 2007 12:24 am Post subject: Compile from source code in Ubuntu 7.04 > 8.04 (obsolete) |
|
|
1) Install subversion, scons and a few libraries:
Code: |
$ sudo aptitude install build-essential subversion scons libsdl1.2-dev libsdl-image1.2-dev libboost-program-options-dev ftgl-dev
|
2) Get the code from sourceforge repository:
Code: |
$ svn co https://openworldsoccer.svn.sourceforge.net/svnroot/openworldsoccer/branches/ftgl ows
|
3) Compile
4) Run
The configuration can be changed in two ways:
- editing ows.cfg
- using command line options, to get available options:
|
|