aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bzip2-inst.xml
blob: aa5d87dd8b730b616b13fc53200248ecacbe470d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<sect2>
<title>Installation of Bzip2</title>

<para>Install Bzip2 by running the following commands:</para>

<para><screen><userinput>make CC="gcc -static" &amp;&amp;</userinput>
<userinput>make PREFIX=$LFS/usr install &amp;&amp;</userinput>
<userinput>cd $LFS/usr/bin &amp;&amp;</userinput>
<userinput>mv bzcat bunzip2 bzip2 bzip2recover $LFS/bin</userinput></screen></para>

</sect2>