aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gettext-inst.xml
blob: 660a7748642d3ac85d43a16eab5c7ae6a240b525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>

<sect2>
<title>Installation of Gettext</title>

<para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1 &amp;&amp;
make LDFLAGS="-s" &amp;&amp;
make check
make install</userinput></screen></para>


</sect2>