Theos初步

Theos初步

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

// 在.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/

2、创建工程。

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

  Theos初步

  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

 

你可能感兴趣的:(OS)