En/Compiling

From OpenAnno

Jump to: navigation, search

Since OpenAnno is based on the FIFEngine, it is not necessary to compile the game itself. However it is necessary to have an up to date version of the compiled FIFEngine. Here are step by step instructions to getting OpenAnno running on your computer.

Contents

Linux

SVN-Version Checkout

You will need to checkout both FIFE as well as OpenAnno. Create a folder in the place of your choice for OpenAnno. Within that folder create two more folders, one for FIFE and the other for OpenAnno.

Then you can begin checkout from the following locations:

svn://openanno.org/openanno/trunk                              //OpenAnno
svn co http://svn1.cvsdude.com/fife/engine/trunk               //Fife

Installing the dependencies

Please follow these Instructions.

If you are using a Debian based OS with APT then simply enter the following command in the console and all dependencies will be installed,

sudo apt-get install build-essential scons libalsa-ocaml-dev libsdl1.2-dev libboost-dev libsdl-ttf2.0-dev libsdl-image1.2-dev libvorbis-dev libalut-dev python-dev libboost-regex-dev libboost-filesystem-dev libboost-test-dev swig zlib1g-dev libopenal-dev

Compiling FIFE

Navigate to the FIFE directory using the console. Execute the command scons ext=1 && scons. Now the compilation will begin. Depending on your computer, the compilation may take a few minutes.

Starting OpenAnno

Go into your OpenAnno trunk directory and open do python openanno.py or ./openanno.py

Personal tools
In other languages