linux
zyhwl2003
这个作者很懒,什么都没留下…
展开
-
Linux 编译安装 GCC 4.9
原文地址:https://github.com/owent-utils/bash-shell/tree/master/GCC%20Installer/gcc-4.9#linux-编译安装-gcc-49 GCC4.9发布啦,本脚本在之前4.8的基础上做了稍许改进,更新 PS:4.9.0 开始支持C++1y特性 GCC 4.9 的大致变更如下,因为我只用C/C++所以更关注通用性高的C和C++的转载 2016-01-06 10:49:56 · 947 阅读 · 0 评论 -
Ubuntu 14.04 LTS 版升级到 GCC 4.9.2
sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install gcc-4.9 g++-4.9 (保留原来的4.8.2版本,便于快速切换) sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/转载 2016-01-06 10:35:18 · 271 阅读 · 0 评论 -
gcc color-compile
原文地址:https://github.com/chinaran/color-compile show compile message with color when show up error/warning/note using gcc/g++/make (1) compile ("\make" means using system make, not alias)转载 2016-01-06 10:56:06 · 823 阅读 · 0 评论