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即可

相关文章:

  • 2021-06-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-12-01
猜你喜欢
  • 2021-08-28
  • 2021-07-25
  • 2021-09-04
  • 2021-08-06
  • 2022-12-23
相关资源
相似解决方案