For my next iphone application, I intend to use some open source library. The big question is : How to get them work for iPhone ??? First of all, I installed 'darwinport' to get some usefull command line tool (wget for instance) I choose to have all my open-source library in the same folder /Users/olivier/Documents/IphoneDevProjects/3rdParty with the following subfolder :
Here is how I get them to compile :
For theses library to work on the simulator, check this page : compile library for iphone simulator. When I tried to cross-compile those lib on my own, I search on the web to get some help. Here are the following site which help me founding my way : http://latenitesoft.blogspot.com/2008/10/iphone-programming-tips-building-unix.html |