Chinaunix首页 | 论坛 | 博客
  • 博客访问: 334323
  • 博文数量: 72
  • 博客积分: 2130
  • 博客等级: 大尉
  • 技术积分: 857
  • 用 户 组: 普通用户
  • 注册时间: 2008-09-05 16:10
文章分类

全部博文(72)

文章存档

2010年(5)

2009年(14)

2008年(53)

分类: C/C++

2009-03-18 09:48:31

默认安装的Ubuntu没有安装Gcc和其他的开发辅助工具,但是用apt-get可以轻松的安装这些软件

sudo apt-get install manpages-dev
安装C语言函数的Man文件

sudo apt-get install build-essential
完成gcc,g++,make的安装

sudo apt-get install libc6-dev libstdc++6-4.0-dev
Include&lib

sudo apt-get install autoconf automake1.9
安装autoconf automake1.9

sudo apt-get install binutils-doc cpp-doc gcc-4.0-doc gcc-doc glibc-doc libstdc++6-4.0-doc stl-manual cpp-4.0-doc
安装文档

sudo apt-get install flex bison
安装flex和bison
阅读(804) | 评论(0) | 转发(0) |
0

上一篇:sed

下一篇:快速排序

给主人留下些什么吧!~~