赞
踩
官方地址在国内访问网速较慢。
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
本质就是运行 https://gitee.com/cunkai/HomebrewCN/blob/master/Homebrew.sh
脚本(执行过程中会多次要求输入账号密码)。
所以应该先去检查该脚本内部有没有什么危险的命令/动作。
NOTE
需要先安装配置好git再执行该脚本。否则会失败。
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
安装Git后再运行此脚本,在系统弹窗中点击“安装”按钮
如果没有弹窗的老系统,需要自己下载安装:https://sourceforge.net/projects/git-osx-installer/
xcode-select: note: install requested for command line developer tools
Windows 中安装软件直接双击安装
即可(也可以解压缩使用)。
在Linux中通用的是通过包管理工具去安装,编译源码包全装,直接点击安装的较少(Linux 的 UI 库/兼容等原因)
不同的Linux发行版/族有各自的包管理工具。
Mac的系统本质上也是Linux。
不过在操作上,类似于 Linux+Windows
GUI 界面操作如Windows,
CLI 命令行操作如Linux。
其包管理工具为 brew (默认未安装,需用户自己安装)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。