Changeset 1da2a84 for BOOK/final-system/common/kbd.xml
- Timestamp:
- Sep 14, 2008, 11:30:14 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e8e6c4e
- Parents:
- 9d32016
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/kbd.xml
r9d32016 r1da2a84 26 26 <title>Installation of Kbd</title> 27 27 28 <para os="s1">While installing Kbd the Makefile will attempt to execute 29 install with the strip option on all of the installed files. This will 30 create errors when installing shell scripts. Prevent the strip argument 31 from being passed to install with the following command:</para> 32 33 <screen os="s2"><userinput>sed -i "/install -s/s/ -s//" src/Makefile.in</userinput></screen> 34 35 <para os="aa">The Kbd tarball does not include a pre-generated configure 36 script. Generate it with the following command:</para> 37 38 <screen os="ab"><userinput>autoconf</userinput></screen> 39 28 40 <para os="a">Prepare Kbd for compilation:</para> 29 41 30 <screen os="b"><userinput>./configure -- datadir=/lib/kbd</userinput></screen>42 <screen os="b"><userinput>./configure --prefix=/usr --datadir=/lib/kbd</userinput></screen> 31 43 32 44 <variablelist os="c">
Note:
See TracChangeset
for help on using the changeset viewer.