diff options
Diffstat (limited to 'chapter05/gettext-inst.xml')
-rw-r--r-- | chapter05/gettext-inst.xml | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/chapter05/gettext-inst.xml b/chapter05/gettext-inst.xml index c2fcf73c3..4aa9bae58 100644 --- a/chapter05/gettext-inst.xml +++ b/chapter05/gettext-inst.xml @@ -3,11 +3,22 @@ <sect2> <title>Installation of Gettext</title> -<para><screen><userinput>./configure --prefix=/stage1 -make -make check -make install</userinput></screen></para> +<para>Prepare Gettext to be compiled:</para> +<para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para> + +<para>Compile the programs:</para> + +<para><screen><userinput>make </userinput></screen></para> + +<para>Check that the programs work correctly (this takes so long you can go +for a walk):</para> + +<para><screen><userinput>make check</userinput></screen></para> + +<para>Then install them and their documentation:</para> + +<para><screen><userinput>make install</userinput></screen></para> </sect2> |