1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3CR2//EN" "http://www.docbook.org/xml/4.3CR2/docbookx.dtd" [
3 <!ENTITY % m4-entities SYSTEM "../ent/m4.ent">
7 <title>Installing M4-&m4-version;</title>
8 <?dbhtml filename="m4.html"?>
10 <screen>Estimated build time: 0.1 SBU
11 Estimated required disk space: 3.0 MB</screen>
13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../appendixa/m4-contents.xml"/>
16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../appendixa/m4-deps.xml"/>
21 <title>Installation of M4</title>
23 <para>Prepare M4 for compilation:</para>
25 <screen><userinput>./configure --prefix=/usr</userinput></screen>
27 <para>Compile the package:</para>
29 <screen><userinput>make</userinput></screen>
31 <para>This package has a test suite available which can perform a number of
32 checks to ensure it built correctly. Should you choose to run it, the
33 following command will do so:</para>
35 <screen><userinput>make check</userinput></screen>
37 <para>And install the package:</para>
39 <screen><userinput>make install</userinput></screen>