系统相关
首页 > 系统相关> > ubuntu下用哪个IDE开发C/C++比较好用?

ubuntu下用哪个IDE开发C/C++比较好用?

作者:互联网

网友推荐了Code::Blocks、Eclipse、KDevelop、Qt Create、clion、vscode、anjuta等,

qt create的安装:

sudo add-apt-repository ppa:levi-armstrong/qt-libraries-xenial
sudo add-apt-repository ppa:levi-armstrong/ppa
sudo apt-get update
sudo apt-get install qt57creator-plugin-ros

vscode的安装

sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
umake ide visual-studio-code

标签:ppa,sudo,get,下用,apt,add,C++,ubuntu
来源: https://blog.csdn.net/weixin_49369227/article/details/120362314