4 Star 1 Fork 0

Gitee 极速下载 / corebitcoin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/oleganza/CoreBitcoin
克隆/下载
INSTALLATION.txt 833 Bytes
一键复制 编辑 原始数据 按行查看 历史
bjano 提交于 2013-12-04 15:03 . frameworks with the same name
How to build and use as a framework:
0. check out from github
1. run update_openssl.sh
This will build the OpenSSL library for all the architectures you may need
2. run build_libraries.sh
This will create the frameworks and static libraries containing everything
you need to include CoreBitcoin in other projects.
3. Drag and drop one of the .framework files into your project. If you have
targets for both OSX and iOS in the same project you have to use both frameworks.
In this case you need to uncheck "Copy items into destination group's folder", as the
two files have the same name.
4. Add the framework(s) to the target(s) where you want to use them. (if you haven't done
so when adding the files to the project)
5. include the header files where you need them, such as:
#import <CoreBitcoin/BTCAddress.h>
1
https://gitee.com/mirrors/corebitcoin.git
git@gitee.com:mirrors/corebitcoin.git
mirrors
corebitcoin
corebitcoin
master

搜索帮助