Ignore:
Timestamp:
08/08/2004 02:10:39 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
ef13657
Parents:
78349b7
Message:

Completed global edits for upcoming 6.0 release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/ncurses.xml

    r78349b7 r6e41459  
    3838<varlistentry>
    3939<term><parameter>--without-ada</parameter></term>
    40 <listitem><para>This tells Ncurses not
    41 to build its Ada bindings, even if an Ada compiler is installed on the host.
    42 This must be done because once we enter the chroot environment, Ada will no
    43 longer be available.</para></listitem>
     40<listitem><para>This tells Ncurses not to build its Ada bindings, even
     41if an Ada compiler is installed on the host. This needs to be done
     42because once we enter the chroot environment, Ada will no longer be
     43available.</para></listitem>
    4444</varlistentry>
    4545
    4646<varlistentry>
    4747<term><parameter>--enable-overwrite</parameter></term>
    48 <listitem><para>This tells Ncurses to install its header files into
    49 <filename class="directory">/tools/include</filename> instead of
    50 <filename class="directory">/tools/include/ncurses</filename> to ensure that
    51 other packages can find the Ncurses headers successfully.</para></listitem>
     48<listitem><para>This tells Ncurses to install its header files into
     49<filename class="directory">/tools/include</filename>, instead of
     50<filename class="directory">/tools/include/ncurses</filename>, to
     51ensure that other packages can find the Ncurses headers
     52successfully.</para></listitem>
    5253</varlistentry>
    5354</variablelist>
     
    5758<screen><userinput>make</userinput></screen>
    5859
    59 <para>Then install them and their documentation:</para>
     60<para>Install the package:</para>
    6061
    6162<screen><userinput>make install</userinput></screen>
     
    6869
    6970</sect1>
     71
Note: See TracChangeset for help on using the changeset viewer.