aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gettext-inst.xml
blob: 25f3f58fa2ffdb0520ca915af12be511b87beaa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<sect2>
<title>Installation of Gettext</title>

<para>
Install Gettext by running the following commands:
</para>

<para>
<screen>
<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput>
</screen>
</para>

</sect2>