diff options
Diffstat (limited to 'chapter06/automake-inst.sgml')
-rw-r--r-- | chapter06/automake-inst.sgml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chapter06/automake-inst.sgml b/chapter06/automake-inst.sgml new file mode 100644 index 000000000..a15fd7f82 --- /dev/null +++ b/chapter06/automake-inst.sgml @@ -0,0 +1,16 @@ +<sect2> +<title>Installation of Automake</title> + +<para> +Install Automake by running the following commands: +</para> + +<blockquote><literallayout> + + <userinput>./configure --prefix=/usr &&</userinput> + <userinput>make install</userinput> + +</literallayout></blockquote> + +</sect2> + |