automake-inst.xml 770 B

12345678910111213141516171819202122232425262728
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Automake</title>
  4. <para>Prepare Automake for compilation:</para>
  5. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  6. <para>Compile the package:</para>
  7. <screen><userinput>make</userinput></screen>
  8. <para>This package has a test suite available which can perform a number of
  9. checks to ensure it built correctly. Should you choose to run it, the
  10. following command will do so:</para>
  11. <screen><userinput>make check</userinput></screen>
  12. <para>Install the package:</para>
  13. <screen><userinput>make install</userinput></screen>
  14. <para>And create a necessary symbolic link:</para>
  15. <screen><userinput>ln -s automake-1.7 /usr/share/automake</userinput></screen>
  16. </sect2>