Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/ncurses.xml

    r059607d rb27081c4  
    3333    <para os="a">Prepare Ncurses for compilation:</para>
    3434
    35 <screen os="b"><userinput>./configure --prefix=/usr --libdir=/lib \
    36     --with-shared --without-debug --enable-widec \
    37     --with-manpage-format=normal --enable-pc-files \
     35<screen os="b"><userinput>./configure \
     36    --prefix=/usr \
     37    --libdir=/lib \
     38    --with-shared \
     39    --without-debug \
     40    --enable-widec \
     41    --with-manpage-format=normal \
     42    --enable-pc-files \
    3843    --with-default-terminfo-dir=/usr/share/terminfo</userinput></screen>
    3944
Note: See TracChangeset for help on using the changeset viewer.