diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-15 19:59:37 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-15 19:59:37 +0000 |
commit | e6171525b9980827f241d75635f229eccf67d0df (patch) | |
tree | 4cedc57d5afa44f40edb2743126b74c4cca23989 /chapter06 | |
parent | 2424a66ecc06724e8ecb55cf6adb070715f1effd (diff) |
converted c6-modutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2342 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |