Ubuntu下通过添加源来安装codeblocks
在Ubuntu下用vim编辑以下脚本,然后用sudo执行,执行之前别忘了用chmod +xoriginal install_codeblocks.sh below:#!/bin/bash DISTRIB_CODENAME=`cat /etc/lsb-release | grep DISTRIB_CODENAME | sed "s/DISTRIB_CODENAME=(.*)/1/g"` WX_DEB="deb http://apt.wxwidgets.org...