Patch conversion.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Timothy Bauscher 2003-01-17 03:55:35 +00:00
parent 18e6f64481
commit 131dd6c59b
2 changed files with 14 additions and 6 deletions

View File

@ -1,12 +1,20 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of Patch</title>
<para>Install Patch by running the following commands:</para>
<para>Prepare Patch to be compiled:</para>
<para><screen><userinput>CPPFLAGS=-D_GNU_SOURCE \
&nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
&nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=/usr</userinput></screen></para>
<para>Continue with compiling the package:</para>
<para><screen><userinput>make</userinput></screen></para>
<para>Finish installing the package:</para>
<para><screen><userinput>make install</userinput></screen></para>
</sect2>

View File

@ -5,9 +5,9 @@
<screen>Estimated build time: &patch-time;
Estimated required disk space: &patch-compsize;</screen>
&c6-patch-inst;
&aa-patch-desc;
&aa-patch-shortdesc;
&aa-patch-dep;
&c6-patch-inst;
</sect1>