theos安装详解
1、安装 Homebrew 安装命令官方网站 https://brew.sh
2、利用 brew 安装ldid 命令 brew install ldid
3 编辑用户配置文件
vim ~/.bash_profile vim用到的命令 i 插入 :wq 保存退出
在~/.bash_profile 后面加入下面两行
export THEOS=~/theos export PATH=$THEOS/bin:$PATH
将 ~/theos 整个目录下的可以执行命令 放在PATH 后面 全局都可以执行了
让.bash_profile生效
source ~/.bash_profile
4、下载 theos
git clone --recursive https://github.com/theos/theos.git $THEOS
异常情况 若 执行 nic.pl 报错 重新安装theos即可