diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gettext.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 18a3d57c8..c59fe1175 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -24,10 +24,11 @@ Estimated required disk space: &gettext-compsize-tools;</screen> <para>This package has a test suite available which can perform a number of checks to ensure it built correctly. However, the Gettext test suite here in Chapter 5 is known to experience failures under certain host conditions -- for -example, if it finds a Java compiler on the host. The Gettext test suite takes -a very long time to run and is not considered critical. Therefore, we don't -recommend running it here. Should you choose to run it, the following command -will do so:</para> +example, if it finds a Java compiler on the host (Note: an experimental patch +to disable Java is available from the patches project). The Gettext test suite +takes a very long time to run and is not considered critical. Therefore, +we don't recommend running it here. Should you choose to run it, the following +command will do so:</para> <screen><userinput>make check</userinput></screen> |