mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Billy's diffutils conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2378 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c78044ef8d
commit
48d671c566
@ -1,11 +1,20 @@
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of Diffutils</title>
|
||||
|
||||
<para>Install Diffutils by running the following commands:</para>
|
||||
<para>Prepare Diffutils to be compiled:</para>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
<para><screen><userinput>
|
||||
./configure --prefix=/usr</userinput></screen></para>
|
||||
|
||||
<para>Continue with compiling the package:</para>
|
||||
|
||||
<para><screen><userinput>make</userinput></screen></para>
|
||||
|
||||
<para>And finish off installing the package:</para>
|
||||
|
||||
<para><screen><userinput>make install</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -5,8 +5,8 @@
|
||||
<screen>Estimated build time: &diffutils-time;
|
||||
Estimated required disk space: &diffutils-compsize;</screen>
|
||||
|
||||
&c6-diffutils-inst;
|
||||
&aa-diffutils-desc;
|
||||
&aa-diffutils-shortdesc;
|
||||
&aa-diffutils-dep;
|
||||
&c6-diffutils-inst;
|
||||
|
||||
</sect1>
|
||||
|
Loading…
Reference in New Issue
Block a user