Ubuntu 安装Codeblocks

匿名 (未验证) 提交于 2019-12-02 23:49:02

安装步骤:

  一:首先安装简版CodeBlocks

sudo apt install codeblocks

  二:把编译环境,C库、C++库和Boost库装好

sudo apt install build-essential

  三:安装 CodeBlocks 的调试组件 Valgrind 用来探测内存泄露的

sudo apt install valgrind  

  四:安装CodeBlocks常用插件

sudo apt install codeblocks-contrib

  一:首先安装简版CodeBlocks

sudo apt install codeblocks

  二:把编译环境,C库、C++库和Boost库装好

sudo apt install build-essential

  三:安装 CodeBlocks 的调试组件 Valgrind 用来探测内存泄露的

sudo apt install valgrind  

  四:安装CodeBlocks常用插件

sudo apt install codeblocks-contrib
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!