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/modutils-inst.xml | |
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/modutils-inst.xml')
-rw-r--r-- | chapter06/modutils-inst.xml | 16 |
1 files changed, 12 insertions, 4 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> |