Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何编译 libgit2 并创建 xcode 使用的静态库。我不知道如何使用 LLVM 编译 libgit2 以获取静态 '.a' 文件。
Objective-C 绑定的自述文件有关于如何在 iOS 应用程序中使用 libgit2 的说明。
https://github.com/libgit2/objective-git#inclusion-in-ios-projects
我已经通过这个工具解决了这个问题。非常有帮助。