theos基础开发环境搭建备忘

作者: shaneZhang 分类: ios技术 发布时间: 2016-03-02 14:03

前置条件是安装xcode

下载基础代码

mkdir /opt/
git clone --recursive https://github.com/kirb/theos.git
vim ~/.zshrc
export PATH="$PATH:/opt/theos/bin"

安装ldid

cd /opt/theos/bin
curl  http://joedj.net/ldid
sudo chmod 777 ldid

安装dpkg

brew install dpkg
安装模板
git clone https://github.com/DHowett/theos-nic-templates.git
将下载下来的几个tar文件,放入到/opt/theos/templates/ios路径下

新疆项目

nic.pl

如果出现error,请到其他目录下新建项目。不要在/opt/theos目录下建立

[error] Cowardly refusing to make a project inside $THEOS (/opt/theos/)

检验环境

如果输入nic.pl没有出现新建工程的菜单的话,请检查详细的步骤。。

本页面支持繁体中文友好显示:theos基础开发环境搭建备忘

如果觉得我的文章对您有用,请随意打赏。如果有其他问题请联系博主QQ(909491009)或者下方留言!

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注