首页 > 系统服务 > 详细

Linux上安装编译工具链

时间:2014-11-02 22:22:58      阅读:344      评论:0      收藏:0      [点我收藏+]

在Linux上安装编译工具链,安装它会依赖dpkg-dev,g++,libc6-dev,make等,所以安装之后这些依赖的工具也都会被安装。ubuntu软件库中这么描述

Informational list of build-essential packages

If you do not plan to build Debian packages, you don‘t need this package. Starting with dpkg (>= 1.14.18) this package is required for building Debian packages.

This package contains an informational list of packages which are considered essential for building Debian packages. This package also depends on the packages on that list, to make it easy to have the build-essential packages installed.

If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on.

This package is NOT the definition of what packages are build-essential; the real definition is in the Debian Policy Manual. This package contains merely an informational list, which is all most people need. However, if this package and the manual disagree, the manual is correct.

 

安装命令:sudo apt-get install build-essential

软件介绍:http://packages.ubuntu.com/zh-cn/lucid/build-essential

Linux上安装编译工具链

原文:http://www.cnblogs.com/elvalad/p/4070021.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!