HOWTOs
About
Search
kleds
- Docs into the KDE panel to show status of keyboard leds
ChangeLog
Web site:
http://www.hansmatzen.de/english/kleds.html
HOWTO
# kleds 0.8.0
# ===========
# This is intended for people, like myself and the author, who have a
# cordless keyboard that doesn't have caps lock, scroll lock, or num lock
# leds to conserve battery power.
# Prerequisites:
#
make
#
gcc
#
binutils
#
fileutils
or
coreutils
#
gawk
#
grep
#
gettext
#
XFree86
or
X.org
#
zlib
#
libpng
#
libjpeg
#
Qt
>= 3.0.3
#
KDE
>= 3.0
cd
test -f installed/kleds-0.8.0.tar.bz2 &&
mv installed/kleds-0.8.0.tar.bz2 .
test ! -f kleds-0.8.0.tar.bz2 &&
wget http://www.hansmatzen.de/software/kleds/kleds-0.8.0.tar.bz2
cd /usr/local/src
find -type d -maxdepth 1 -name "kleds-*" -exec rm -r {} \;
tar xjvf ~/kleds-0.8.0.tar.bz2
cd kleds-0.8.0
chown -R root.root .
./configure
make
make install
cd
mkdir -p -m 0700 installed
rm -f installed/kleds-*.tar.*
mv kleds-0.8.0.tar.bz2 installed/
List of HOWTOs
Web page itself last updated:
2023-12-20 8:06pm (EST -0500)
HOWTO last updated:
2005-03-08 10:15am
Copyright © 2001-2024
Jason Englander
. All Rights reserved.