slackbuilds/libraries/CEGUI
David Spencer d40bb1865f libraries/CEGUI: Updated for version 0.8.4.
Fixes build with boost-1.59.
Disable boost-python. See, for example,
https://github.com/boostorg/python/issues/39

Signed-off-by: David Spencer <baildon.research@googlemail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
CEGUI.SlackBuild libraries/CEGUI: Updated for version 0.8.4. 2016-01-17 09:40:16 +07:00
CEGUI.info libraries/CEGUI: Updated for version 0.8.4. 2016-01-17 09:40:16 +07:00
README libraries/CEGUI: Tweaked README and noted %README% in .info 2012-09-26 00:00:13 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

CEGUI - windowing and widget library

Crazy Eddie's GUI System is a free library providing windowing 
and widgets for graphics APIs / engines where such functionality
is not natively available or is severely lacking. The library is 
object oriented, written in C++, and targeted at game developers 
who should be spending their time creating great games, not 
building GUI sub-systems!

The configure script for CEGUI will detect whether or not you have 
an optional dependency installed and will enable/disable the option 
accordingly.  However, you may want to specify this yourself.  In 
particular, pay attention to the image codecs because you might want 
to disable the others to ensure that the one you want to use is the 
default codec.

Optional dependencies include xerces-c, FreeImage, and DevIL.
There are perhaps others - see output of "configure --help"