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
What I did was: download version 1090 of the Assimp repo: http://assimp.svn.sourceforge.net/viewvc/assimp/trunk/?pathrev=1090
unzip
cd ~/Downloads/trunk/port/iOS
sudo ./build_ios.sh
(replace ~/Downloads/trunk with the path to the unzipped folder)
wait...
check libs at ~/Downloads/trunk/libs/ios/
hope that works