mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 21:49:13 +00:00
db244d3264
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
19 lines
543 B
XML
19 lines
543 B
XML
<sect2>
|
|
<title>Installation of Bzip2</title>
|
|
|
|
<para>Install Bzip2 by running the following commands:</para>
|
|
|
|
<para><screen><userinput>make -f Makefile-libbz2_so &&
|
|
make &&
|
|
make install &&
|
|
cp bzip2-shared /bin/bzip2 &&
|
|
cp -a libbz2.so* /lib &&
|
|
ln -s ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so &&
|
|
rm /usr/bin/{bunzip2,bzcat,bzip2} &&
|
|
mv /usr/bin/{bzip2recover,bzless,bzmore} /bin &&
|
|
ln -s bzip2 /bin/bunzip2 &&
|
|
ln -s bzip2 /bin/bzcat</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|