2003-05-02 19:20:20 +01:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of Gettext</title>
|
|
|
|
|
2003-08-15 23:38:17 +01:00
|
|
|
<para>Prepare Gettext to be compiled:</para>
|
2003-05-02 19:20:20 +01:00
|
|
|
|
2003-09-02 23:03:51 +01:00
|
|
|
<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
|
2003-08-15 23:38:17 +01:00
|
|
|
|
|
|
|
<para>Compile the programs:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make </userinput></screen></para>
|
|
|
|
|
2003-09-11 21:07:44 +01:00
|
|
|
<para>This package has a testsuite available which can perform a number of
|
|
|
|
checks to ensure it built correctly. Should you choose to run it, the
|
|
|
|
following command will do so:</para>
|
2003-08-15 23:38:17 +01:00
|
|
|
|
|
|
|
<para><screen><userinput>make check</userinput></screen></para>
|
|
|
|
|
|
|
|
<para>Then install them and their documentation:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
2003-05-02 19:20:20 +01:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|