mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Patch conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
18e6f64481
commit
131dd6c59b
@ -1,12 +1,20 @@
|
||||
<sect2><title> </title><para> </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 \
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
./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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user