使用UOS开发C++程序

Posted 力为

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用UOS开发C++程序相关的知识,希望对你有一定的参考价值。

 

## 切换到Deepin系统源

sudo deepin-editor /etc/apt/sources.list

增加:

deb [by-hash=force] http://packages.deepin.com/deepin stable main contrib non-free

更新源数据库:

sudo apt-get update

## 安装开发工具

sudo apt-get install build-essential
sudo apt-get install cmake

 

 

以上是关于使用UOS开发C++程序的主要内容,如果未能解决你的问题,请参考以下文章