美文网首页
安装Theos

安装Theos

作者: 酷酷的P | 来源:发表于2016-11-07 15:24 被阅读0次

    安装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

          本文链接:https://www.haomeiwen.com/subject/rilouttx.html