2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Bzip2</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Install Bzip2 by running the following commands:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-08-15 14:00:49 +01:00
|
|
|
<para><screen><userinput>make CC="gcc -static" &&</userinput>
|
2001-07-06 16:25:48 +01:00
|
|
|
<userinput>make PREFIX=$LFS/usr install &&</userinput>
|
|
|
|
<userinput>cd $LFS/usr/bin &&</userinput>
|
2001-07-22 20:45:10 +01:00
|
|
|
<userinput>mv bzcat bunzip2 bzip2 bzip2recover $LFS/bin</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|