automake-inst.xml 516 B

1234567891011121314151617181920
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Automake</title>
  4. <para>Prepare Automake to be compiled:</para>
  5. <para><screen><userinput>
  6. ./configure --prefix=/usr</userinput></screen></para>
  7. <para>Continue with compiling and installing the package:</para>
  8. <para><screen><userinput>make install</userinput></screen></para>
  9. <para>Create necessary symbolic link:</para>
  10. <para><screen><userinput>
  11. ln -s automake-1.7 /usr/share/automake</userinput></screen></para>
  12. </sect2>