diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/modutils-inst.xml | 16 | ||||
-rw-r--r-- | chapter06/modutils.xml | 4 |
2 files changed, 14 insertions, 6 deletions
diff --git a/chapter06/modutils-inst.xml b/chapter06/modutils-inst.xml index 8fae0d674..6ae770984 100644 --- a/chapter06/modutils-inst.xml +++ b/chapter06/modutils-inst.xml @@ -1,11 +1,19 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of Modutils</title> -<para>Install Modutils by running the following commands:</para> +<para>Prepare Modutils to be compiled:</para> + +<para><screen><userinput>./configure</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>./configure && -make && -make install</userinput></screen></para> +<para><screen><userinput>make install</userinput></screen></para> </sect2> diff --git a/chapter06/modutils.xml b/chapter06/modutils.xml index a26782946..eb556ca76 100644 --- a/chapter06/modutils.xml +++ b/chapter06/modutils.xml @@ -5,8 +5,8 @@ <screen>Estimated build time: &modutils-time; Estimated required disk space: &modutils-compsize;</screen> -&c6-modutils-inst; -&aa-modutils-desc; +&aa-modutils-shortdesc; &aa-modutils-dep; +&c6-modutils-inst; </sect1> |