如何在橡皮筋项目中使用 Makefile.ios 创建静态库
How to create a static library using Makefile.ios in rubber band project
我需要从这个 repo 创建一个静态库 https://bitbucket.org/breakfastquay/rubberband。
确实包含 Makefile.ios 但我不知道如何使用此 Makefile.ios
创建静态库
有谁知道如何从上面的 repo 创建静态库?
注意:我尝试使用此存储库 (https://github.com/hasseily/Makefile-to-iOS-Framework) 来执行 Makefile.ios 但到目前为止,从橡皮筋存储库创建静态库时运气不佳。
这就是我从橡皮筋库创建静态库的方式。
步骤:1 从 https://bitbucket.org/breakfastquay/rubberband 下载存储库。
步骤:2 使用不带引号的 "brew install libsndfile" 安装 libsndfile
步骤:3 使用 "xcode-select --install" 不带引号
安装 Xcode 的命令行工具
步骤:4 在您下载的存储库文件夹中创建一个名为 lib 的文件夹
步骤:5 使用"make -f Makefile.ios"命令创建静态库
之后就可以在lib文件夹下找到静态库了
我需要从这个 repo 创建一个静态库 https://bitbucket.org/breakfastquay/rubberband。
确实包含 Makefile.ios 但我不知道如何使用此 Makefile.ios
创建静态库有谁知道如何从上面的 repo 创建静态库?
注意:我尝试使用此存储库 (https://github.com/hasseily/Makefile-to-iOS-Framework) 来执行 Makefile.ios 但到目前为止,从橡皮筋存储库创建静态库时运气不佳。
这就是我从橡皮筋库创建静态库的方式。
步骤:1 从 https://bitbucket.org/breakfastquay/rubberband 下载存储库。
步骤:2 使用不带引号的 "brew install libsndfile" 安装 libsndfile
步骤:3 使用 "xcode-select --install" 不带引号
安装 Xcode 的命令行工具步骤:4 在您下载的存储库文件夹中创建一个名为 lib 的文件夹
步骤:5 使用"make -f Makefile.ios"命令创建静态库
之后就可以在lib文件夹下找到静态库了