blob: de0ee1c435ee70b649ebd08d187e3f1ee0bc7877 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<sect2><title> </title><para> </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>
|