Skip to content

Xcode command line tools

戴铭 edited this page Jun 5, 2015 · 1 revision

安装

下载xcode后在终端运行

xcode-select --install

按提示安装Xcode command line tools后就可以在终端使用make, GCC, clang, perl, svn, git, size, strip, strings, libtool, cpp。更多的命令可以在/Library/Developer/CommandLineTools/下查看

Clone this wiki locally