slackbuilds_ponce/libraries/CEGUI
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
CEGUI-tinyxml.patch libraries/CEGUI: Fixed build with tinyxml 2010-12-05 20:02:04 -06:00
CEGUI.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
CEGUI.SlackBuild libraries/CEGUI: Fixed build with tinyxml 2010-12-05 20:02:04 -06:00
README libraries/CEGUI: libxml2 is included in Slackware. 2010-06-07 12:55:20 -04:00
slack-desc

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 
severely lacking. The library is object orientated, written in C++, and 
targeted at games 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 or not 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.

Some of the optional libraries include:
  Xerces-C++ XML parser (xerces-c at SlackBuilds.org)
  DevIL image loading library (DevIL at SlackBuilds.org)
  FreeImage image loading library (FreeImage at SlackBuilds.org)
  Corona image loading library (NOT available at SlackBuilds.org)
  Others perhaps - see output of "configure --help"