Software-Building-HOWTO_1

来源:互联网 发布:数控车床g84攻牙编程 编辑:程序博客网 时间:2024/06/05 05:47

refer to:http://www.tldp.org/HOWTO/Software-Building-HOWTO-1.html


1. Introduction

Many software packages for the various flavors of UNIX and Linux come as compressed archives of source files. The same package may be "built" to run on different target machines, and this saves the author of the software from having to produce multiple versions. A single distribution of a software package may thus end up running, in various incarnations, on an Intel box, a DEC Alpha, a RISC workstation, or even a mainframe. Unfortunately, this puts the responsibility of actually "building" and installing the software on the end user, the de facto "system administrator", the fellow sitting at the keyboard -- you. Take heart, though, the process is not nearly as terrifying or mysterious as it seems, as this guide will demonstrate.

0 0