old-www/HOWTO/Software-Building-HOWTO-1.html

38 lines
1.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Building and Installing Software Packages for Linux: Introduction</TITLE>
<LINK HREF="Software-Building-HOWTO-2.html" REL=next>
<LINK HREF="Software-Building-HOWTO.html#toc1" REL=contents>
</HEAD>
<BODY>
<A HREF="Software-Building-HOWTO-2.html">Next</A>
Previous
<A HREF="Software-Building-HOWTO.html#toc1">Contents</A>
<HR>
<H2><A NAME="s1">1. Introduction</A></H2>
<P>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.
<P>
<P>
<P>
<P>
<HR>
<A HREF="Software-Building-HOWTO-2.html">Next</A>
Previous
<A HREF="Software-Building-HOWTO.html#toc1">Contents</A>
</BODY>
</HTML>