2004-01-27 22:29:49 +00:00
|
|
|
<sect1 id="ch-system-gettext" xreflabel="Gettext">
|
2001-07-23 19:23:43 +01:00
|
|
|
<title>Installing Gettext-&gettext-version;</title>
|
2001-09-26 01:24:04 +01:00
|
|
|
<?dbhtml filename="gettext.html" dir="chapter06"?>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
<para>The Gettext package contains utilities for internationalization and
|
|
|
|
localization. These allow programs to be compiled with Native Language Support
|
|
|
|
(NLS), enabling them to output messages in the user's native language.</para>
|
|
|
|
|
2004-01-27 22:27:44 +00:00
|
|
|
<screen>&buildtime; &gettext-time;
|
|
|
|
&diskspace; &gettext-compsize;</screen>
|
2001-07-17 19:51:18 +01:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
&aa-gettext-down;
|
2003-11-15 16:07:18 +00:00
|
|
|
&aa-gettext-dep;
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of Gettext</title>
|
|
|
|
|
|
|
|
<para>Prepare Gettext for compilation:</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
|
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
|
|
<screen><userinput>make</userinput></screen>
|
|
|
|
|
2004-02-07 10:48:55 +00:00
|
|
|
<para>To have the results tested, issue:
|
|
|
|
<userinput>make check</userinput>. This takes a very long time, around
|
2004-02-14 14:53:12 +00:00
|
|
|
7 SBUs.</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<para>And install the package:</para>
|
|
|
|
|
|
|
|
<screen><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
&aa-gettext-shortdesc;
|
|
|
|
&aa-gettext-desc;
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect1>
|
2003-11-01 22:31:50 +00:00
|
|
|
|