Command Line Tools mac 命令行工具 包括svn git make GCC clang perl size strip strings libtool cpp what 以及其他很多能够在Linux默认安装中找到的命令 XCode很大 ,可以不安装XCode ,直接安装命令行工具 命令行 xcode-select --install 如果报错 xcode-select: error: command line tools are already installed, use "Software Update" to install updates 先删除旧版本 sudo xcode-select --switch /Library/Developer/CommandLineTools/ gcc -v 检查是否成功