在 iPhone 项目中设置 lib haru 以创建 pdf

发布于 2024-09-18 12:43:32 字数 479 浏览 2 评论 0原文

有没有人在 iPhone 上安装过 lib haru 并可以告诉我如何让它工作。我知道 github 上有一个示例项目(http://github.com/akisute/iPhonePDF)它使用 haru lib 来创建 pdf。但我就是不知道如何让图书馆工作。

到目前为止我所做的:

  • 首先我复制了 github 上示例项目的 support 文件夹,
  • 我添加了两个静态库 haru 和 png。
  • 然后我为两者添加了链接库。
  • 我还添加了框架 libz

当我尝试构建它时,出现错误找不到库 -lharu

我是否需要先安装它,我真的没有任何线索? 我以前从未尝试过将 C 库包含到我的 iPhone 项目中。

非常感谢您的任何提示。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谢绝鈎搭 2024-09-25 12:43:32

我刚刚在 XCode 4 中安装了它:

  • 在从 http://github.com/ 下载的 iPhonePDF 文件夹中akisute/iPhonePDF 您有一个 support 文件夹,其中包含 libharu 和 libpng 文件夹。这里的技巧是复制到项目中的文件。删除脚本文件,特别是 libpng 文件夹中名为 pngtest.c 的文件。

  • 一旦您拥有了“clean”文件夹,您就可以将它们添加到您的项目中,并且它将进行编译。

I've just installed it in XCode 4:

  • In the iPhonePDF's folder downloaded from http://github.com/akisute/iPhonePDF you have a support folder with the libharu and the libpng folders inside. The trick here is the files you copy to your project. Delete the script files and, specially, the file named pngtest.c from the libpng folder.

  • Once you have the folders "clean", you can add them to your project and it will compile.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文