安装Theos

安装Homebrew

终端执行 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

安装 Dpkg 和 ldid 】 

终端执行 brew install dpkg ldid

【安装Theos】

终端执行 sudo git clone --recursive https://github.com/theos/theos.git /opt/theos

终端执行 sudo chown $(id -u):$(id -g) /opt/theos 修改为自己的权限

【创建工程】

终端执行 export THEOS=/opt/theos

终端执行 $THEOS/bin/nic.pl

你可能感兴趣的:(安装Theos)