make.xml 922 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <sect1 id="ch-tools-make">
  2. <title>Installing Make-&make-version;</title>
  3. <?dbhtml filename="make.html" dir="chapter05"?>
  4. <screen>&buildtime; &make-time-tools;
  5. &diskspace; &make-compsize-tools;</screen>
  6. &aa-make-down;
  7. &aa-make-dep;
  8. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  9. <sect2>
  10. <title>Installation of Make</title>
  11. <para>Prepare Make for compilation:</para>
  12. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  13. <para>Compile the program:</para>
  14. <screen><userinput>make</userinput></screen>
  15. <para>(If you insist on testing the results, then issue:
  16. <userinput>make check</userinput>.)</para>
  17. <para>Then install it and its documentation:</para>
  18. <screen><userinput>make install</userinput></screen>
  19. </sect2>
  20. <sect2><title>&nbsp;</title><para>&nbsp;</para>
  21. <para>The details on this package are found in <xref linkend="contents-make"/>.</para>
  22. <para>&nbsp;</para></sect2>
  23. </sect1>