Ignore:
Timestamp:
Dec 13, 2015, 4:19:04 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
c7477f8e
Parents:
00cf9ca
git-author:
Chris Staub <chris@…> (12/13/15 15:57:55)
git-committer:
Chris Staub <chris@…> (12/13/15 16:19:04)
Message:

Put one configure option per line

File:
1 edited

Legend:

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

    r00cf9ca 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.