summaryrefslogtreecommitdiffstats
path: root/libraries/CEGUI/README
diff options
context:
space:
mode:
author Phil Warner2010-05-11 20:00:40 +0200
committer Robby Workman2010-05-11 20:00:40 +0200
commit66dc7ae353903de15efe8528e8e0ad73c0940d43 (patch)
tree4c0e8dd31523e51939622c50966b532a76b1e221 /libraries/CEGUI/README
parente968c78f8c822163f6baded9175f64433603f33a (diff)
downloadslackbuilds-66dc7ae353903de15efe8528e8e0ad73c0940d43.tar.gz
libraries/CEGUI: Added to 12.0 repository
Diffstat (limited to 'libraries/CEGUI/README')
-rw-r--r--libraries/CEGUI/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/libraries/CEGUI/README b/libraries/CEGUI/README
new file mode 100644
index 0000000000..9bc1a2666a
--- /dev/null
+++ b/libraries/CEGUI/README
@@ -0,0 +1,21 @@
+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)
+ LibXML XML parser (libxml 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"