[关闭]
@xidianli 2017-07-08T15:56:30.000000Z 字数 1420 阅读 773

iOS开发环境theos开发环境搭建与介绍

越狱开发-第一篇


1. 环境准备


2. 安装流程

  1. bogon:~ user$ brew
  2. Example usage:
  3. brew search [TEXT|/REGEX/]
  4. brew (info|home|options) [FORMULA...]
  5. brew install FORMULA...
  6. brew update
  7. brew upgrade [FORMULA...]
  8. brew uninstall FORMULA...
  9. brew list [FORMULA...]
  10. Troubleshooting:
  11. brew config
  12. brew doctor
  13. brew install -vd FORMULA
  14. Developers:
  15. brew create [URL [--no-fetch]]
  16. brew edit [FORMULA...]
  17. http://docs.brew.sh/Formula-Cookbook.html
  18. Further help:
  19. man brew
  20. brew help [COMMAND]
  21. brew home
  22. bogon:~ lunli$
  1. /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. brew install dpkg ldid
  1. sudo git clone --recursive https://github.com/theos/theos.git /opt/theos
  2. sudo chown $(id -u):$(id -g) /opt/theos
  1. export THEOS=/opt/theos
  2. export PATH=/opt/theos/bin/:$PATH
  1. source ~/.bash_profile

3. 检查测试,终端输入 /opt/theos/bin/nic.pl 命令

  1. bogon:~ user /opt/theos/bin/nic.pl
  2. NIC 2.0 - New Instance Creator
  3. ------------------------------
  4. [1.] iphone/activator_event
  5. [2.] iphone/application_modern
  6. [3.] iphone/cydget
  7. [4.] iphone/flipswitch_switch
  8. [5.] iphone/framework
  9. [6.] iphone/ios7_notification_center_widget
  10. [7.] iphone/library
  11. [8.] iphone/notification_center_widget
  12. [9.] iphone/preference_bundle_modern
  13. [10.] iphone/tool
  14. [11.] iphone/tweak
  15. [12.] iphone/xpc_service

如果出现上面到结果表示安装成功!

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注