How to build ASSIMP Library for iOS (Device and Simulator) with boost-library?

前端 未结 4 1904
孤城傲影
孤城傲影 2020-12-29 11:05

I want to use the ASSIMP library http://assimp.sourceforge.net in an iOS project. Unfortunately, I\'m not very experienced with makefiles and that stuff, so I need some help

4条回答
  •  暖寄归人
    2020-12-29 12:02

    I personally don't do any iOS development, but I know that others have successfully compiled Assimp for their iDevices using Xcode. An Xcode 3 project should be included with the distribution, although I don't know if you can use it without further modification.

    The architecture preprocessor defines are currently only used for logging output (in code/Importer.cpp), and support for ARM has been added to trunk in the meantime (r919, to be exact).

提交回复
热议问题