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

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

<para><screen><userinput>sed \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;s/"\$(CC) \$(CFLAGS) -o"/"\$(CC) \$(CFLAGS) \$(LDFLAGS) -o"/ \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;Makefile | make -f - LDFLAGS=-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>