lfs/chapter05/gettext-inst.xml

14 lines
266 B
XML
Raw Normal View History

<sect2><title>&nbsp;</title><para>&nbsp;</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>