blob: 4b7cbfb3c6e279d90c63c6908726879fed3a2698 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<sect2>
<title>Installation of Bzip2</title>
<para>
Install Bzip2 by running the following commands:
</para>
<para>
<screen>
<userinput>sed \</userinput>
<userinput> s/"\$(CC) \$(CFLAGS) -o"/"\$(CC) \$(CFLAGS) \$(LDFLAGS) -o"/ \</userinput>
<userinput> Makefile | make -f -LDFLAGS=-static &&</userinput>
<userinput>make PREFIX=$LFS/usr install &&</userinput>
<userinput>cd $LFS/usr/bin &&</userinput>
<userinput>mv bzcat bunzip2 bzip2 bzip2recover $LFS/bin</userinput>
</screen>
</para>
</sect2>
|