aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gettext-inst.xml
blob: 8eb08d5b3af27f8524ebcadfcb086df8d8ed9061 (plain)
1
2
3
4
5
6
7
8
9
10
11
<sect2>
<title>Installation of Gettext</title>

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

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

</sect2>