make.xml 946 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <sect1 id="ch-system-make" xreflabel="Make">
  2. <title>Installing Make-&make-version;</title>
  3. <?dbhtml filename="make.html" dir="chapter06"?>
  4. <para>The Make package contains a program for compiling large packages.</para>
  5. <screen>&buildtime; &make-time;
  6. &diskspace; &make-compsize;</screen>
  7. &aa-make-down;
  8. &aa-make-dep;
  9. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  10. <sect2>
  11. <title>Installation of Make</title>
  12. <para>Prepare Make for compilation:</para>
  13. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  14. <para>Compile the package:</para>
  15. <screen><userinput>make</userinput></screen>
  16. <para>To have the results tested, issue:
  17. <userinput>make HOME=/root check</userinput>. The HOME environment variable
  18. needs to be set to prevent one of the tests from failing.</para>
  19. <para>And install the package:</para>
  20. <screen><userinput>make install</userinput></screen>
  21. </sect2>
  22. &aa-make-shortdesc;
  23. &aa-make-desc;
  24. </sect1>