diff options
Diffstat (limited to 'chapter08/kbd.xml')
-rw-r--r-- | chapter08/kbd.xml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/chapter08/kbd.xml b/chapter08/kbd.xml index a219102eb..4701be7e0 100644 --- a/chapter08/kbd.xml +++ b/chapter08/kbd.xml @@ -60,7 +60,9 @@ sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in</userinput></screen> <para>Prepare Kbd for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --disable-vlock</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr \ + --disable-vlock \ + --disable-static</userinput></screen> <variablelist> <title>The meaning of the configure option:</title> @@ -107,6 +109,7 @@ cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen> <segmentedlist> <segtitle>Installed programs</segtitle> + <segtitle>Installed libraries</segtitle> <segtitle>Installed directories</segtitle> <seglistitem> @@ -115,7 +118,8 @@ cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen> mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to psfxtable), psfstriptable (link to psfxtable), psfxtable, <!--resizecons,--> setfont, setkeycodes, setleds, setmetamode, setvtrgb, - showconsolefont, showkey, unicode_start, and unicode_stop</seg> + showconsolefont, showkey, unicode_start, and unicode_stop</seg> + <seg>libtswrap.so</seg> <seg>/usr/share/consolefonts, /usr/share/consoletrans, /usr/share/keymaps, /usr/share/doc/kbd-&kbd-version;, and /usr/share/unimaps</seg> </seglistitem> @@ -385,6 +389,16 @@ cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen> </listitem> </varlistentry> + <varlistentry id="libtswrap"> + <term><filename class="libraryfile">libtswrap</filename></term> + <listitem> + <para>Kbd test wrapper library</para> + <indexterm zone="ch-system-kbd libtswrap"> + <primary sortas="b-libtswrap">libtswrap</primary> + </indexterm> + </listitem> + </varlistentry> + </variablelist> </sect2> |