2005-01-22 22:54:28 +00:00
|
|
|
Ember Installation Instructions
|
|
|
|
|
|
2010-04-05 15:31:03 +02:00
|
|
|
(Last Updated: 2010-04-03)
|
2005-01-22 22:54:28 +00:00
|
|
|
|
|
|
|
|
Dependencies
|
|
|
|
|
|
|
|
|
|
Ember currently depends on the following libraries:
|
|
|
|
|
|
|
|
|
|
* Ogre 3d library
|
2010-04-05 15:31:03 +02:00
|
|
|
Version: 1.6+
|
2005-01-22 22:54:28 +00:00
|
|
|
http://www.ogre3d.org
|
|
|
|
|
|
|
|
|
|
* CEGUI gui system
|
2010-04-05 15:31:03 +02:00
|
|
|
Version: 0.6+
|
2005-01-22 22:54:28 +00:00
|
|
|
http://www.cegui.org.uk
|
|
|
|
|
|
|
|
|
|
* SDL Simple DirectMedia Layer
|
|
|
|
|
Version: 1.2.0+
|
|
|
|
|
http://www.libsdl.org
|
|
|
|
|
|
|
|
|
|
* libsigc++
|
2005-09-26 20:30:57 +00:00
|
|
|
Version: 2.0
|
2005-01-22 22:54:28 +00:00
|
|
|
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:
|
|
|
|
|
|
2005-01-22 22:54:28 +00:00
|
|
|
./autogen.sh
|
|
|
|
|
|
|
|
|
|
./configure
|
|
|
|
|
|
2002-01-27 23:39:21 +00:00
|
|
|
make
|
|
|
|
|
|
2005-01-22 22:54:28 +00:00
|
|
|
make install
|
|
|
|
|
|
|
|
|
|
Troubleshooting
|
|
|
|
|
|
|
|
|
|
Here we'll address typical problems with the
|
|
|
|
|
installation, and how to fix them
|
|
|
|
|
|