|
@@ -39,8 +39,8 @@
|
|
<variablelist>
|
|
<variablelist>
|
|
<varlistentry>
|
|
<varlistentry>
|
|
<term><parameter>--disable-shared</parameter></term>
|
|
<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>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</variablelist>
|
|
|
|
|
|
@@ -49,6 +49,11 @@ time, therefore, no need to build them.</para></listitem>
|
|
<screen><userinput>make -C lib
|
|
<screen><userinput>make -C lib
|
|
make -C src msgfmt</userinput></screen>
|
|
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>
|
|
<para>Install the <command>msgfmt</command> binary:</para>
|
|
|
|
|
|
<screen><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
|
|
<screen><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
|