Ignore:
Timestamp:
12/16/2005 04:06:59 PM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
d663c90
Parents:
48553c1
Message:

Bring alphabetical branch up-to-speed with trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7219 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gettext.xml

    r48553c1 r6856842  
    2828<title>Installation of Gettext</title>
    2929
    30 <para>For our temporary set of tools, we only need to build and install one binary from gettext.</para>
     30<para>For our temporary set of tools, we only need to build and install one binary from Gettext.</para>
    3131
    3232<para>Prepare Gettext for compilation:</para>
     
    4040<varlistentry>
    4141<term><parameter>--disable-shared</parameter></term>
    42 <listitem><para>We do not need to install any of the shared gettext libraries at this
    43 time, therefore, no need to build them.</para></listitem>
     42<listitem><para>We do not need to install any of the shared gettext libraries at
     43this time, therefore there is no need to build them.</para></listitem>
    4444</varlistentry>
    4545</variablelist>
     
    4949<screen><userinput>make -C lib
    5050make -C src msgfmt</userinput></screen>
     51
     52<para>As only one binary has been compiled, it is not possible to run the
     53testsuite without compiling additional support libraries from the Gettext
     54package.  It is therefore not recommended to attempt to run the testsuite at
     55this stage.</para>
    5156
    5257<para>Install the <command>msgfmt</command> binary:</para>
Note: See TracChangeset for help on using the changeset viewer.