网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Autotools
释义

Autotools

中文百科

GNU构建系统 GNU Build System

(重定向自Autotools)
用autoconf和automake打包的GNU构建体系编辑和使用的流程图
GNU logo
Aperçu du fonctionnement des Autotools.

所谓GNU构建系统(GNU Build System)主要是指通过autoconf、automake和libtool这三个工具构建出来的软件结构体系,又名Autotools。通常和GNU make、gettext以及GCC一起配套使用。这个软件结构体系也是所有GNU项目的打包方式。

此打包方式的优点在于项目的可移植性,当进程本身不包含与硬件架构有关的代码时,可以直接将源码包复制到另一台计算机上,通过简单的./configure、make和make install三步骤完成进程的配置,编译和安装(第三步需要系统管理员权限)。Sourceforge上提供了官方的使用教程。

英语百科

GNU Build System GNU构建系统

(重定向自Autotools)
GNU logo
Flow diagram of autoconf and automake

The GNU Build System, also known as the Autotools, is a suite of programming tools designed to assist in making source code packages portable to many Unix-like systems.

It can be difficult to make a software program portable: the C compiler differs from system to system; certain library functions are missing on some systems; header files may have different names. One way to handle this is to write conditional code, with code blocks selected by means of preprocessor directives (#ifdef); but because of the wide variety of build environments this approach quickly becomes unmanageable. Autotools is designed to address this problem more manageably.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/19 14:00:00