首页  

mac安装xcode命令行工具     所属分类 MAC 浏览量 951
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 检查是否成功

上一篇     下一篇
Lombok的一些坑

GO获取变量类型

go基本语法例子

Brew 简介及安装

国货飞跃

go程序设计语言01_05入门之获取URL