diff options
Diffstat (limited to 'chapter06/m4-inst.xml')
-rw-r--r-- | chapter06/m4-inst.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/chapter06/m4-inst.xml b/chapter06/m4-inst.xml index dc1e367b1..b1b9683cd 100644 --- a/chapter06/m4-inst.xml +++ b/chapter06/m4-inst.xml @@ -1,11 +1,19 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of M4</title> -<para>Install M4 by running the following commands:</para> +<para>Prepare M4 to be compiled:</para> + +<para><screen><userinput>./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>./configure --prefix=/usr && -make && -make install</userinput></screen></para> +<para><screen><userinput>make install</userinput></screen></para> </sect2> |