首页 > 其他 > 详细

Theos初步

时间:2014-05-09 20:02:55      阅读:353      评论:0      收藏:0      [点我收藏+]

Theos初步

1、安装Theos。Theos需要在mac和ios上均安装,ios上安装的是Theos服务器,以使得mac的thoes可以直接安装app到ios设备上。如果不需要使用此功能,则仅安装mac版即可。

bubuko.com,布布扣
// 在.bash_profile中设置THESO变量
export THEOS=/opt/theos

// 答出theos
svn co http://svn.howett.net/svn/theos/trunk $THEOS

// 把ldid移动到bin目录下
mv pathtoldid/ldid $THEOS/bin/
bubuko.com,布布扣

2、创建工程。

  Here is an example of what you will see when using the NIC to create a project (with user input shown in bold):

  bubuko.com,布布扣

  The above will create a folder ./iphonedevwiki in the current working directory - make sure you have permissions to create a folder.

3、生成项目。  

$ make package

参考:http://iphonedevwiki.net/index.php/Theos/Getting_Started

 

Theos初步,布布扣,bubuko.com

Theos初步

原文:http://www.cnblogs.com/tekkaman/p/3719006.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!