diff options
-rw-r--r-- | chapter06/patch-inst.xml | 16 | ||||
-rw-r--r-- | chapter06/patch.xml | 4 |
2 files changed, 14 insertions, 6 deletions
diff --git a/chapter06/patch-inst.xml b/chapter06/patch-inst.xml index 69fa3d24d..cbd59252e 100644 --- a/chapter06/patch-inst.xml +++ b/chapter06/patch-inst.xml @@ -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> diff --git a/chapter06/patch.xml b/chapter06/patch.xml index cf54611db..442ad0e46 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -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> |