mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Billy's bzip2 layout.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2364 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
3b181cb9ed
commit
8d1f932466
@ -1,18 +1,40 @@
|
|||||||
|
<sect2><title> </title><para> </para></sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>Installation of Bzip2</title>
|
<title>Installation of Bzip2</title>
|
||||||
|
|
||||||
<para>Install Bzip2 by running the following commands:</para>
|
<para>Compile the package:</para>
|
||||||
|
<para><screen><userinput>
|
||||||
|
make -f Makefile-libbz2_so &&
|
||||||
|
make
|
||||||
|
</userinput></screen></para>
|
||||||
|
|
||||||
<para><screen><userinput>make -f Makefile-libbz2_so &&
|
<para>And finish off installing the package:</para>
|
||||||
make &&
|
|
||||||
make install &&
|
<para><screen><userinput>
|
||||||
|
make install</userinput></screen></para>
|
||||||
|
|
||||||
|
<para>Copy the Bzip2 binary into the /bin directory, make some
|
||||||
|
neccessary symbolic links and clean up.</para>
|
||||||
|
|
||||||
|
<para><screen><userinput>
|
||||||
cp bzip2-shared /bin/bzip2 &&
|
cp bzip2-shared /bin/bzip2 &&
|
||||||
cp -a libbz2.so* /lib &&
|
cp -a libbz2.so* /lib &&
|
||||||
ln -s ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so &&
|
ln -s ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so &&
|
||||||
rm /usr/bin/{bunzip2,bzcat,bzip2} &&
|
rm /usr/bin/{bunzip2,bzcat,bzip2} &&
|
||||||
mv /usr/bin/{bzip2recover,bzless,bzmore} /bin &&
|
mv /usr/bin/{bzip2recover,bzless,bzmore} /bin &&
|
||||||
ln -s bzip2 /bin/bunzip2 &&
|
ln -s bzip2 /bin/bunzip2 &&
|
||||||
ln -s bzip2 /bin/bzcat</userinput></screen></para>
|
ln -s bzip2 /bin/bzcat
|
||||||
|
</userinput></screen></para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
<sect2>
|
||||||
|
<title>Command explanations</title>
|
||||||
|
|
||||||
|
<para><userinput>make -f Makefile-libbz2_so:</userinput> This will cause bzip2
|
||||||
|
to be built using a different Makefile file, in this case the
|
||||||
|
Makefile-libbz2_so file, which creates a dynamic libbz2.so library and
|
||||||
|
links the bzip2 utilities against it.</para>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
@ -5,9 +5,8 @@
|
|||||||
<screen>Estimated build time: &bzip2-time;
|
<screen>Estimated build time: &bzip2-time;
|
||||||
Estimated required disk space: &bzip2-compsize;</screen>
|
Estimated required disk space: &bzip2-compsize;</screen>
|
||||||
|
|
||||||
&c6-bzip2-inst;
|
&aa-bzip2-shortdesc;
|
||||||
&c6-bzip2-exp;
|
|
||||||
&aa-bzip2-desc;
|
|
||||||
&aa-bzip2-dep;
|
&aa-bzip2-dep;
|
||||||
|
&c6-bzip2-inst;
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
<!ENTITY c6-bzip2 SYSTEM "../chapter06/bzip2.xml">
|
<!ENTITY c6-bzip2 SYSTEM "../chapter06/bzip2.xml">
|
||||||
<!ENTITY c6-bzip2-inst SYSTEM "../chapter06/bzip2-inst.xml">
|
<!ENTITY c6-bzip2-inst SYSTEM "../chapter06/bzip2-inst.xml">
|
||||||
<!ENTITY c6-bzip2-exp SYSTEM "../chapter06/bzip2-exp.xml">
|
|
||||||
|
|
||||||
<!ENTITY aa-bzip2 SYSTEM "../appendixa/bzip2.xml">
|
<!ENTITY aa-bzip2 SYSTEM "../appendixa/bzip2.xml">
|
||||||
<!ENTITY aa-bzip2-shortdesc SYSTEM "../appendixa/bzip2-shortdesc.xml">
|
<!ENTITY aa-bzip2-shortdesc SYSTEM "../appendixa/bzip2-shortdesc.xml">
|
||||||
|
Loading…
Reference in New Issue
Block a user