安装gcc及开发环境

安装gcc及开发环境
================================
> 安装gcc:
    * apt-get install build-essential
    * gcc -v
    * g++ -v
    
> 安装codeblocks
    下载 codeblocks_16.01_i386_stretch.tar.xz #OS是debian stretch
    解压 xz -d codeblocks_16.01_i386_stretch.tar.xz && tar -xvf codeblocks_16.01_i386_stretch.tar
    编译 dpkg -iR codeblocks/amd64 #编译目录下面的deb
    ! 注意: 编译过程提示出错. 但实际可运行. 在xface->所有应用程序->开发可见

posted @ 2016-05-01 11:18  zolo®  阅读(230)  评论(0编辑  收藏  举报