automake.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <sect1 id="ch06-automake">
  2. <title>Installing Automake-&automake-version;</title>
  3. <?dbhtml filename="automake.html" dir="chapter06"?>
  4. <screen>Estimated build time: &automake-time;
  5. Estimated required disk space: &automake-compsize;</screen>
  6. &aa-automake-shortdesc;
  7. &aa-automake-dep;
  8. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  9. <sect2>
  10. <title>Installation of Automake</title>
  11. <para>Prepare Automake for compilation:</para>
  12. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  13. <para>Compile the package:</para>
  14. <screen><userinput>make</userinput></screen>
  15. <para>This package has a test suite available which can perform a number of
  16. checks to ensure it built correctly. Should you choose to run it, the
  17. following command will do so:</para>
  18. <screen><userinput>make check</userinput></screen>
  19. <para>Install the package:</para>
  20. <screen><userinput>make install</userinput></screen>
  21. <para>And create a necessary symbolic link:</para>
  22. <screen><userinput>ln -s automake-1.7 /usr/share/automake</userinput></screen>
  23. </sect2>
  24. </sect1>