%general-entities; ]> gettext &gettext-version;
&gettext-url;
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>&gettext-ch5-sbu;</seg> <seg>&gettext-ch5-du;</seg> </seglistitem> </segmentedlist> </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 option: --disable-shared We do not need to install any of the shared Gettext libraries at this time, therefore there is no need to build them. Compile the package: make -C gnulib-lib make -C src msgfmt As only one binary has been compiled, it is not possible to run the testsuite without compiling additional support libraries from the Gettext package. It is therefore not recommended to attempt to run the testsuite at this stage. Install the msgfmt binary: cp -v src/msgfmt /tools/bin <para>Details on this package are located in <xref linkend="contents-gettext" role="."/></para> </sect2> </sect1>