mirror of
https://github.com/worldforge/ember
synced 2026-08-13 16:23:06 -04:00
59 lines
999 B
Text
59 lines
999 B
Text
Ember Installation Instructions
|
|
|
|
(Last Updated: 2010-04-03)
|
|
|
|
Dependencies
|
|
|
|
Ember currently depends on the following libraries:
|
|
|
|
* Ogre 3d library
|
|
Version: 1.6+
|
|
http://www.ogre3d.org
|
|
|
|
* CEGUI gui system
|
|
Version: 0.6+
|
|
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/
|
|
|
|
Optional libraries:
|
|
|
|
* CPPUnit C++ unit testing Library
|
|
Version: >= 1.8.0
|
|
http://sf.net/projects/cppunit
|
|
|
|
Installation (for Linux/Unix)
|
|
|
|
execute the following (usual) commands:
|
|
|
|
./autogen.sh
|
|
|
|
./configure
|
|
|
|
make
|
|
|
|
make install
|
|
|
|
Troubleshooting
|
|
|
|
Here we'll address typical problems with the
|
|
installation, and how to fix them
|
|
|