blob: c1dd70aceb9570ae213f50efd3fa7825359a05c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<sect2><title> </title><para> </para></sect2>
<sect2>
<title>Installation of Gettext</title>
<para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1 &&
make LDFLAGS="-s" &&
make check
make install</userinput></screen></para>
</sect2>
|