mac安装iOSOpenDev,Xcode7

1、安装Install MacPorts

MacPorts地址

mac安装iOSOpenDev,Xcode7_第1张图片
安装图

一步一步下来即可

2、安装DPKG

sudo port install dpkg

或者

sudo port -f install dpkg

提示出错

Error: Port dpkg not found

更新MacPorts

sudo port selfupdate

再执行

sudo port install dpkg

3、安装those工具

配置theos的环境变量,默认是/opt/theos

export THEOS=/opt/theos

下载

git clone -b stableversion https://github.com/haorenqq/theos/ $THEOS

你可能感兴趣的:(mac安装iOSOpenDev,Xcode7)