Changeset 26c54f9e
- Timestamp:
- 08/09/2020 12:15:08 PM (3 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, arm, bdubbs/gcc13, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 9b9db38
- Parents:
- 1d527ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/kbd.xml
r1d527ce r26c54f9e 61 61 <para>Prepare Kbd for compilation:</para> 62 62 63 <screen><userinput remap="configure">./configure --prefix=/usr \ 64 --disable-vlock \ 65 --disable-static</userinput></screen> 63 <screen><userinput remap="configure">./configure --prefix=/usr --disable-vlock</userinput></screen> 66 64 67 65 <variablelist> … … 90 88 91 89 <screen><userinput remap="install">make install</userinput></screen> 90 91 <para>Remove an internal library installed unintentionally:</para> 92 93 <screen><userinput remap="install">rm -v /usr/lib/libtswrap.{a,la,so*}</userinput></screen> 92 94 93 95 <note> … … 110 112 <segmentedlist> 111 113 <segtitle>Installed programs</segtitle> 112 <segtitle>Installed libraries</segtitle>113 114 <segtitle>Installed directories</segtitle> 114 115 … … 119 120 psfxtable), psfstriptable (link to psfxtable), psfxtable, <!--resizecons,--> 120 121 setfont, setkeycodes, setleds, setmetamode, setvtrgb, 121 showconsolefont, showkey, unicode_start, and unicode_stop</seg> 122 <seg>libtswrap.so</seg> 122 showconsolefont, showkey, unicode_start, and unicode_stop</seg> 123 123 <seg>/usr/share/consolefonts, /usr/share/consoletrans, /usr/share/keymaps, 124 124 /usr/share/doc/kbd-&kbd-version;, and /usr/share/unimaps</seg> … … 390 390 </varlistentry> 391 391 392 <varlistentry id="libtswrap">393 <term><filename class="libraryfile">libtswrap</filename></term>394 <listitem>395 <para>Kbd test wrapper library</para>396 <indexterm zone="ch-system-kbd libtswrap">397 <primary sortas="b-libtswrap">libtswrap</primary>398 </indexterm>399 </listitem>400 </varlistentry>401 402 392 </variablelist> 403 393
Note:
See TracChangeset
for help on using the changeset viewer.