码迷,mamicode.com
首页 > 其他好文 > 详细

Theos初步

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

标签:style   blog   class   code   java   tar   

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初步

标签:style   blog   class   code   java   tar   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!