diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/automake-inst.xml | 17 | ||||
-rw-r--r-- | chapter06/automake.xml | 4 |
2 files changed, 15 insertions, 6 deletions
diff --git a/chapter06/automake-inst.xml b/chapter06/automake-inst.xml index ec7f8e296..b1535bd02 100644 --- a/chapter06/automake-inst.xml +++ b/chapter06/automake-inst.xml @@ -1,11 +1,20 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of Automake</title> -<para>Install Automake by running the following commands:</para> +<para>Prepare Automake to be compiled:</para> + +<para><screen><userinput> +./configure --prefix=/usr</userinput></screen></para> + +<para>Continue with compiling and installing the package:</para> -<para><screen><userinput>./configure --prefix=/usr && -make install && +<para><screen><userinput>make install</userinput></screen></para> + +<para>Create necessary symbolic link:</para> + +<para><screen><userinput> ln -s automake-1.7 /usr/share/automake</userinput></screen></para> </sect2> - diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 54292a02e..fb821c3b0 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -5,8 +5,8 @@ <screen>Estimated build time: &automake-time; Estimated required disk space: &automake-compsize;</screen> -&c6-automake-inst; -&aa-automake-desc; +&aa-automake-shortdesc; &aa-automake-dep; +&c6-automake-inst; </sect1> |