aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gettext.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/gettext.xml')
-rw-r--r--chapter05/gettext.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml
index 20ef68519..030c9c2c3 100644
--- a/chapter05/gettext.xml
+++ b/chapter05/gettext.xml
@@ -39,8 +39,8 @@
<variablelist>
<varlistentry>
<term><parameter>--disable-shared</parameter></term>
-<listitem><para>We do not need to install any of the shared gettext libraries at this
-time, therefore, no need to build them.</para></listitem>
+<listitem><para>We do not need to install any of the shared gettext libraries at
+this time, therefore there is no need to build them.</para></listitem>
</varlistentry>
</variablelist>
@@ -49,6 +49,11 @@ time, therefore, no need to build them.</para></listitem>
<screen><userinput>make -C lib
make -C src msgfmt</userinput></screen>
+<para>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.</para>
+
<para>Install the <command>msgfmt</command> binary:</para>
<screen><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>