diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-07 21:01:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:18 +0700 |
commit | 4706b2b5dc88a08414a0f7670b46dfd3d40a3b06 (patch) | |
tree | 0075d9b5a05b6170bba29b2ba4da94c12ec77333 /libraries/CEGUI/README | |
parent | 9051188f378022f72860b5d61b781ecbc1db1677 (diff) |
libraries/CEGUI: Updated for version 0.8.7.
Added a note about the incompatibility with ogre
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/CEGUI/README')
-rw-r--r-- | libraries/CEGUI/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/CEGUI/README b/libraries/CEGUI/README index 7a49259d6990..27e98d59161e 100644 --- a/libraries/CEGUI/README +++ b/libraries/CEGUI/README @@ -15,4 +15,7 @@ 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" +There are perhaps others - see the CMakeList.txt file + +*NOTE* ATM this won't build with ogre installed: you have to remove +it explicitly from your system. |