mirror of
https://github.com/worldforge/ember
synced 2026-08-13 16:23:06 -04:00
54 lines
1.3 KiB
Text
54 lines
1.3 KiB
Text
Ember Installation Instructions
|
|
|
|
Ember uses a lot of internal Worldforge libraries, which might not be supplied by your system.
|
|
To help with compilation we therefore strongly recommend that you use the Hammer tool, to be found at http://wiki.worldforge.org/wiki/Hammer_Script
|
|
This script will download and install all of the necessary libraries.
|
|
|
|
Nonetheless, if you want to install from source yourself we hope that this file will give you some guidance.
|
|
|
|
Ember currently depends on the following libraries:
|
|
|
|
* Ogre 3d library
|
|
Version: 1.8+
|
|
http://www.ogre3d.org
|
|
|
|
* CEGUI gui system
|
|
Version: 0.7+
|
|
http://www.cegui.org.uk
|
|
|
|
* SDL Simple DirectMedia Layer
|
|
Version: 1.2.0+
|
|
http://www.libsdl.org
|
|
|
|
* libsigc++
|
|
Version: 2.0
|
|
http://libsigc.sourceforge.net/
|
|
|
|
* Eris client side session layer
|
|
Version: 1.3
|
|
http://www.worldforge.org/dev/eng/libraries/eris
|
|
|
|
* Varconf config files handling
|
|
Version: 0.6.2
|
|
http://www.worldforge.org/dev/eng/libraries/varconf
|
|
|
|
* OpenAL sound library
|
|
Version: 0.0.7 (?)
|
|
http://www.openal.org/
|
|
|
|
* libxdg-basedir
|
|
Version: 1.2.0+
|
|
http://nevill.ch/libxdg-basedir/
|
|
|
|
Optional libraries:
|
|
|
|
* CPPUnit C++ unit testing Library
|
|
Version: >= 1.8.0
|
|
http://sf.net/projects/cppunit
|
|
|
|
CMake is used for building.
|
|
|
|
mkdir -p `arch` && cd `arch`
|
|
../cmake
|
|
make
|
|
make install
|