Changeset 69a8b2b7
- Timestamp:
- 05/06/2020 12:59:54 PM (4 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- b454589
- Parents:
- 0b63a37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/ncurses.xml
r0b63a37 r69a8b2b7 48 48 <screen><userinput remap="pre">sed -i s/mawk// configure</userinput></screen> 49 49 50 <para>Then, run the following commands to build the <quote>tic</quote> 51 program on the build host:</para> 52 53 <screen><userinput remap="pre">mkdir build 54 cd build 55 ../configure 56 make -C include 57 make -C progs tic 58 cd ..</userinput></screen> 59 50 60 <para>Prepare Ncurses for compilation:</para> 51 61 … … 58 68 --without-ada \ 59 69 --without-normal \ 60 --disable-db-install \61 70 --enable-widec \ 62 71 --enable-pc-files</userinput></screen> … … 103 112 </listitem> 104 113 </varlistentry> 105 114 <!-- 106 115 <varlistentry> 107 <term><parameter>- -disable-db-install</parameter></term>116 <term><parameter>- -disable-db-install</parameter></term> 108 117 <listitem> 109 118 <para>This switch disables building the terminfo database: it is not … … 112 121 </listitem> 113 122 </varlistentry> 114 123 --> 115 124 </variablelist> 116 125 … … 121 130 <para>Install the package:</para> 122 131 <!-- TODO: check and document --> 123 <screen><userinput remap="install">make DESTDIR=$LFS install124 132 <screen><userinput remap="install">make DESTDIR=$LFS TIC_PATH=$(pwd)/build/progs/tic install 133 ln -s libncursesw.so $LFS/usr/lib/libncurses.so</userinput></screen> 125 134 126 135 <para>Move the shared libraries to the
Note:
See TracChangeset
for help on using the changeset viewer.