%general-entities; ]> Gettext-&gettext-version; Gettext tools <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/gettext.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem><seg>0.5 SBU</seg><seg>63.0 MB</seg></seglistitem> </segmentedlist> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/gettext.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/> </sect2> <sect2 role="installation"> <title>Installation of Gettext For our temporary set of tools, we only need to build and install one binary from gettext. Prepare Gettext for compilation: cd gettext-tools ./configure --prefix=/tools --disable-shared The meaning of the configure options: --disable-shared We are not installing any of the gettext libraries at this time so we need to build msgfmt as a static binary. Compile the package: make -C lib make -C src msgfmt Install the single static binary: cp -v src/msgfmt /tools/bin <para>Details on this package are located in <xref linkend="contents-gettext" role="."/></para> </sect2> </sect1>