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-08-15 23:38:17 +01:00
|
|
|
<para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para>
|
|
|
|
|
|
|
|
<para>Compile the programs:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make </userinput></screen></para>
|
|
|
|
|
|
|
|
<para>Check that the programs work correctly (this takes so long you can go
|
|
|
|
for a walk):</para>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|