From 7b656b5e1d9bc39432efbb68490e20d83d4f4ffe Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 22 Mar 2014 00:26:18 +0700 Subject: libraries/CEGUI0.7: Added (windowing and widget library). Signed-off-by: Willy Sudiarto Raharjo --- libraries/CEGUI0.7/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libraries/CEGUI0.7/README (limited to 'libraries/CEGUI0.7/README') diff --git a/libraries/CEGUI0.7/README b/libraries/CEGUI0.7/README new file mode 100644 index 0000000000000..1105ffa453b6d --- /dev/null +++ b/libraries/CEGUI0.7/README @@ -0,0 +1,18 @@ +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. + +NOTE: This package conflict with CEGUI=> 0.8. Only install one of +them, NOT both. -- cgit v1.2.3