Hey guys,
has anyone ever setup lib haru on the iPhone and can tell me how to get it to work. I know there is a sample project on github (http://github.com/akisute/iPhonePDF) which uses the haru lib for creating a pdf. But I just can not figure out how to get the library to work.
What I did so far:
- First I copied the support folder of the sample project on github
- I added the two static libraries haru and png.
- Then I added the linked libraries for both.
- I also added the framework libz
When I try building it, I get the error can not find library -lharu
Do I need to install it first, I really do not have any clue? I never tried to include a C Library into my iPhone project before.
Thanks a lot for any kind of hint.