ember/INSTALL

60 lines
999 B
Text
Raw Normal View History

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)
2002-01-27 23:39:21 +00:00
execute the following (usual) commands:
./autogen.sh
./configure
2002-01-27 23:39:21 +00:00
make
make install
Troubleshooting
Here we'll address typical problems with the
installation, and how to fix them