Changeset 1718e20 for BOOK/final-system/common
- Timestamp:
- May 23, 2011, 3:04:49 PM (13 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- cfb2026a
- Parents:
- 30a199c (diff), 1ac2d0c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- BOOK/final-system/common
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/kbd.xml
r30a199c r1718e20 26 26 <title>Installation of Kbd</title> 27 27 28 <para os="p1">Apply the following patch to fix a typo in es.po:</para> 29 30 <screen os="p2"><userinput>patch -Np1 -i ../&kbd-espo-patch;</userinput></screen> 31 28 32 <para os="a">Prepare Kbd for compilation:</para> 29 33 … … 56 60 57 61 <seglistitem> 58 <seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbd _mode,59 kbd rate, loadkeys, loadunimap, mapscrn, openvt, psfaddtable62 <seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbdinfo, 63 kbd_mode, kbdrate, loadkeys, loadunimap, mapscrn, openvt, psfaddtable 60 64 (link to psfxtable), psfgettable (link to psfxtable), psfstriptable 61 65 (link to psfxtable), psfxtable, resizecons, setfont, setkeycodes, 62 setleds, setmetamode, s howconsolefont, showkey, unicode_start, and63 unicode_st op</seg>66 setleds, setmetamode, setvtrgb, showconsolefont, showkey, 67 unicode_start, and unicode_stop</seg> 64 68 <seg>/usr/share/consolefonts, /usr/share/consoletrans, 65 69 /usr/share/keymaps, /usr/share/unimaps</seg> … … 118 122 <indexterm zone="ch-system-kbd getkeycodes"> 119 123 <primary sortas="b-getkeycodes">getkeycodes</primary> 124 </indexterm> 125 </listitem> 126 </varlistentry> 127 128 <varlistentry id="kbdinfo"> 129 <term><command>kbdinfo</command></term> 130 <listitem> 131 <para>Obtains information about the console</para> 132 <indexterm zone="ch-system-kbd kbdinfo"> 133 <primary sortas="b-kbdinfo">kbdinfo</primary> 120 134 </indexterm> 121 135 </listitem> … … 276 290 </varlistentry> 277 291 292 <varlistentry id="setvtrgb"> 293 <term><command>setvtrgb</command></term> 294 <listitem> 295 <para>Sets the virtal terminal RGB colors</para> 296 <indexterm zone="ch-system-kbd setvtrgb"> 297 <primary sortas="b-setvtrgb">setvtrgb</primary> 298 </indexterm> 299 </listitem> 300 </varlistentry> 301 278 302 <varlistentry id="showconsolefont"> 279 303 <term><command>showconsolefont</command></term> -
BOOK/final-system/common/pkg-config.xml
r30a199c r1718e20 28 28 <para os="a">Prepare Pkg-config for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 30 <screen os="b"><userinput>GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include" \ 31 GLIB_LIBS="-lglib-2.0" \ 32 ./configure --prefix=/usr</userinput></screen> 33 34 <variablelist os="bb"> 35 <title>The meaning of the new configure option:</title> 36 37 <varlistentry> 38 <term><parameter>GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include"</parameter></term> 39 <term><parameter>GLIB_LIBS="-lglib-2.0"</parameter></term> 40 <listitem> 41 <para>Pkg-config no longer comes with Glib and because Pkg-config 42 has not been installed itself it needs to be told where Glib is.</para> 43 </listitem> 44 </varlistentry> 45 </variablelist> 31 46 32 47 <para os="c">Compile the package:</para> -
BOOK/final-system/common/xz.xml
r30a199c r1718e20 36 36 <screen os="d"><userinput>make</userinput></screen> 37 37 38 <para os="e">Install the programs:</para> 39 40 <screen os="f"><userinput>make install</userinput></screen> 41 42 <para os="g">Move the <filename>xz</filename> binary, and several symlinks 38 <para os="e">To test the results, issue: 39 <userinput>make check</userinput>.</para> 40 41 42 <para os="f">Install the programs:</para> 43 44 <screen os="g"><userinput>make install</userinput></screen> 45 46 <para os="h">Move the <filename>xz</filename> binary, and several symlinks 43 47 that point to it, into the /bin directory:</para> 44 48 45 <screen os="h"><userinput>mv -v /usr/bin/{xz,lzma,lzcat,unlzma,unxz,xzcat} /bin</userinput></screen> 46 47 <para os="i">Move the static libraries to the proper location:</para> 48 49 <screen os="j"><userinput>mv -v /lib/liblzma.a /usr/lib</userinput></screen> 49 <screen os="i"><userinput>mv -v /usr/bin/{xz,lzma,lzcat,unlzma,unxz,xzcat} /bin</userinput></screen> 50 50 51 51 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.