diff options
Diffstat (limited to 'chapter05/gettext.xml')
-rw-r--r-- | chapter05/gettext.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 20ef68519..671963cbb 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -49,6 +49,9 @@ 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 test +suite.</para> + <para>Install the <command>msgfmt</command> binary:</para> <screen><userinput>cp -v src/msgfmt /tools/bin</userinput></screen> |