Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 10 and Version 11 of dev/MacOSXDependencies


Ignore:
Timestamp:
Dec 27, 2016, 8:49:39 PM (7 years ago)
Author:
ahedges
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/MacOSXDependencies

    v10 v11  
    7070'''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.
    7171
    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 also 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.
     72For 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.
    7373
    7474Then the parts that you need of CEGUI should compile (some samples probably still won't compile).