diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gettext-inst.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/chapter05/gettext-inst.xml b/chapter05/gettext-inst.xml index 3721b6bb3..75919481b 100644 --- a/chapter05/gettext-inst.xml +++ b/chapter05/gettext-inst.xml @@ -9,15 +9,18 @@ <para>Compile the programs:</para> -<screen><userinput>make </userinput></screen> +<screen><userinput>make</userinput></screen> <para>This package has a test suite available which can perform a number of -checks to ensure it built correctly. Should you choose to run it, the -following command will do so:</para> +checks to ensure it built correctly. However, the Gettext test suite here in +Chapter 5 is known to cause problems if for instance it finds a Java compiler +on the host. It also takes a very long time to run and is considered not +critical to the success of the overall build. We therefore recommend not to run +it here. Should you choose to run it, the following command will do so:</para> <screen><userinput>make check</userinput></screen> -<para>Then install them and their documentation:</para> +<para>And install the package:</para> <screen><userinput>make install</userinput></screen> |