Changes between Version 10 and Version 11 of dev/MacOSXDependencies
- Timestamp:
- Dec 27, 2016, 8:49:39 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/MacOSXDependencies
v10 v11 70 70 '''Compiling CEGUI''': Open the Xcode project that is provided in `CEGUI-0.7.9/projects/Xcode/`. Like with ogre change the deployment target, base sdk, target architecture and c++ std library. 71 71 72 For everything to compile correctly you have to copy the `dependencies` you compiled earlier to the project root. Then you have to move them around a bit until Xcode finds everything where it is looking (use the precompiled dependencies for 0.7 as a reference). You have to split the DevIL libraries into IL.framework and ILU.framework. Note that the headers of the Xerces framework have changed so you alsohave to supply the new ones. To compile the CEGUIOgreRenderer you have to set `CEGUI_OGRE_SDK_PATH` to the build folder in the ogre project root. Then `CEGUI_OGRE_SAMPLE_LINK_FLAGS` should point to the Ogre.framework.72 For everything to compile correctly you have to copy the `dependencies` you compiled earlier to the project root. Then you have to move them around a bit until Xcode finds everything where it is looking (use the precompiled dependencies for 0.7 as a reference). You have to split the DevIL libraries into IL.framework and ILU.framework. Note that the headers of the Xerces framework have changed so you have to supply the new ones. To compile the CEGUIOgreRenderer you have to set `CEGUI_OGRE_SDK_PATH` to the build folder in the ogre project root. Then `CEGUI_OGRE_SAMPLE_LINK_FLAGS` should point to the Ogre.framework. 73 73 74 74 Then the parts that you need of CEGUI should compile (some samples probably still won't compile).