当前位置: 代码迷 >> 综合 >> Ubuntu 16.04上安装Code::Blocks
  详细解决方案

Ubuntu 16.04上安装Code::Blocks

热度:19   发布时间:2023-12-11 19:26:11.0
  • 招行命令: 
sudo add-apt-repository ppa:damien-moore/codeblocks-stablesudo apt updatesudo apt install codeblocks
  • 安装编译器:
sudo apt install gccsudo apt install clang
  • 如果要在Linux上编译本机Windows二进制文件,则可以安装mingw-w64软件包。
sudo apt install mingw-w64
  • 通过设置>编译器>全局编译器设置来选择默认编译器Settings > Compiler > Global Compiler。
  • 设置include/lib

Settings/Compiler/Search directories/Compiler

  相关解决方案