SlackBuildsOrg/libraries/CEGUI/README
B. Watson 1ec4537078
libraries/CEGUI: Fix conflict with ogre.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-19 12:09:22 +07:00

20 lines
922 B
Text

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 glfw3, xerces-c, FreeImage, and DevIL.
There are perhaps others - see the CMakeLists.txt file.
The ogre renderer is disabled, as it won't build.