Difference between revisions of "WxKeyboardTester"

From FreekiWiki
Jump to navigation Jump to search
(New page: # install libxml-mini-perl and libfile-find-rule-perl # install http://people.debian.org/~ryan/libwx-perl_0.93-1~bpo50+1_i386.deb # git clone git://git.freegeek.org/git/wxKeyboardTester # ...)
 
(more info)
Line 1: Line 1:
 +
# get a standard Debian Lenny system
 
# install libxml-mini-perl and libfile-find-rule-perl
 
# install libxml-mini-perl and libfile-find-rule-perl
 +
## apt-get install libxml-mini-perl libfile-find-rule-perl
 
# install http://people.debian.org/~ryan/libwx-perl_0.93-1~bpo50+1_i386.deb
 
# install http://people.debian.org/~ryan/libwx-perl_0.93-1~bpo50+1_i386.deb
# git clone git://git.freegeek.org/git/wxKeyboardTester
+
## wget http://people.debian.org/~ryan/libwx-perl_0.93-1~bpo50+1_i386.deb
 +
## dpkg -i libwx-perl_0.93-1~bpo50+1_i386.deb
 +
## apt-get install -f
 +
# get a clone of git://git.freegeek.org/git/wxKeyboardTester
 +
## apt-get install git-core
 +
## cd /root/
 +
## git clone git://git.freegeek.org/git/wxKeyboardTester
 
# in some init script:
 
# in some init script:
 
   xinit /root/wxKeyboardTester/bin/keyboard.pl
 
   xinit /root/wxKeyboardTester/bin/keyboard.pl
 
   shutdown -h
 
   shutdown -h
 +
## save that into /etc/init.d/wx-keyboard-tester
 +
## update-rc.d wx-keyboard-tester defaults

Revision as of 14:28, 24 October 2009

  1. get a standard Debian Lenny system
  2. install libxml-mini-perl and libfile-find-rule-perl
    1. apt-get install libxml-mini-perl libfile-find-rule-perl
  3. install http://people.debian.org/~ryan/libwx-perl_0.93-1~bpo50+1_i386.deb
    1. wget http://people.debian.org/~ryan/libwx-perl_0.93-1~bpo50+1_i386.deb
    2. dpkg -i libwx-perl_0.93-1~bpo50+1_i386.deb
    3. apt-get install -f
  4. get a clone of git://git.freegeek.org/git/wxKeyboardTester
    1. apt-get install git-core
    2. cd /root/
    3. git clone git://git.freegeek.org/git/wxKeyboardTester
  5. in some init script:
 xinit /root/wxKeyboardTester/bin/keyboard.pl
 shutdown -h
    1. save that into /etc/init.d/wx-keyboard-tester
    2. update-rc.d wx-keyboard-tester defaults