1
0

make.xml 998 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-tools-make" role="wrap">
  7. <title>Make-&make-version;</title>
  8. <?dbhtml filename="make.html"?>
  9. <sect2 role="package"><title/>
  10. <segmentedlist>
  11. <segtitle>&buildtime;</segtitle>
  12. <segtitle>&diskspace;</segtitle>
  13. <seglistitem><seg>0.2 SBU</seg><seg>8.8 MB</seg></seglistitem>
  14. </segmentedlist>
  15. </sect2>
  16. <sect2 role="installation">
  17. <title>Installation of Make</title>
  18. <para>Prepare Make for compilation:</para>
  19. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  20. <para>Compile the package:</para>
  21. <screen><userinput>make</userinput></screen>
  22. <para>To test the results, issue:
  23. <userinput>make check</userinput></para>
  24. <para>Install the package:</para>
  25. <screen><userinput>make install</userinput></screen>
  26. </sect2>
  27. </sect1>