-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cegui #24
Comments
Config from Belair
|
I get the intention to add cegui to the installer, but it's the wrong repository for the rest of the information and the cmake/build instructions. Because this installer repository bundles only already build stuff, for example the
Once cegui is build fifengine would be linked against it, either statically or dynamically.
|
Thanks for the info jakoch :-) |
Found cegui on appveyor: https://ci.appveyor.com/project/cegui-ci/cegui/history |
Something like this should work for building CEGUI for FIFE:
CEGUI download links are here: http://cegui.org.uk/download/cegui-087 |
Need to be done:
Get cmake scripts:
|
Branch for it: https://github.com/fifengine/fifengine/tree/cegui-sdk |
http://static.cegui.org.uk/docs/0.8.7/compiling.html
For activate Python support: "CEGUI_BUILD_PYTHON_MODULES"
Disable LUA , Direct3D
Enable OpenGL, OpenGL3
XML parser expat
The text was updated successfully, but these errors were encountered: