分页: 1 / 1

开发工具

发表于 : 2005-03-31 21:56
oneleaf
What is the simplest way to install the development tools so that I can compile programs?

sudo aptitude install build-essential

Development tools are included on the CD, and so do not need to be downloaded.

http://www.ubuntulinux.org/support/docu ... ment-tools

开发工具

发表于 : 2005-04-01 23:46
aninfeel
如果你想编程,以下是最简单的安装开发工具的方法:
#sudo aptitude install build-essential

所有开发工具包都包含开ubuntu的光盘中,因而不需要下载。

发表于 : 2005-04-22 21:46
冰封尘
我按照此方法安装了
它给我装了个gcc 装了个gcc-3.3
可是我用dpkg -s gcc 和dpkg-s gcc-3.3
信息是一样的。
这是怎么回事呢。。

发表于 : 2006-07-31 23:54
millenniumdark
这个到处都有