lfs/chapter05/bzip2-inst.xml

13 lines
390 B
XML
Raw Normal View History

<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 -f bzcat bunzip2 bzip2 bzip2recover $LFS/bin</userinput></screen></para>
</sect2>