lfs/chapter05/bzip2-inst.xml
Gerard Beekmans 0d95ff98b6 Simplified chapter 05/bzip2+gzip commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-05-21 19:20:35 +00:00

16 lines
434 B
XML

<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of Bzip2</title>
<para>Since the Bzip2 package has no configure script we can't prepare it
for compilation. Instead we just run the <userinput>make</userinput>
program and start compiling, with a few variables changed to suit our
environment:</para>
<para><screen><userinput>make
make PREFIX=/stage1 install</userinput></screen></para>
</sect2>