Mac不安装Xcode使用Clion开发C/C++

Mac 推荐使用Clion 开发c++

某宝购买激活插件即可。

MacOS:10.14.6
Clion:2021.1.1

步骤
不安装Xcode使用CommandLineTools配合Clion开发C/C++,如下:

#之前安装过其他版本,可以先全部移除开发工具
sudo rm -rf /Library/Developer/CommandLineTools
#安装
xcode-select --install
#tip:切换版本
sudo xcode-select -switch /Library/Developer/CommandLineTools/
#如果后来你安装了Xcode,可以切回
# Change the path if you installed Xcode somewhere else.
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
上一篇:OAuth2基本概念和运作流程


下一篇:xcode使用技巧