Changeset 3dd4698 for BOOK/final-system/common/ncurses.xml
- Timestamp:
- Aug 2, 2014, 3:31:19 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 105f714
- Parents:
- 350c7e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/ncurses.xml
r350c7e7 r3dd4698 35 35 <screen os="b"><userinput>./configure --prefix=/usr --libdir=/lib \ 36 36 --with-shared --without-debug --enable-widec \ 37 --with-manpage-format=normal \37 --with-manpage-format=normal --enable-pc-files \ 38 38 --with-default-terminfo-dir=/usr/share/terminfo</userinput></screen> 39 39 … … 45 45 <listitem> 46 46 <para>This tells Ncurses not to compress its installed manpages.</para> 47 </listitem> 48 </varlistentry> 49 50 <varlistentry> 51 <term><parameter>--enable-pc-files</parameter></term> 52 <listitem> 53 <para>This tells Ncurses to generate and install .pc files for 54 <command>pkg-config</command>.</para> 47 55 </listitem> 48 56 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.