Difference between revisions of "WxKeyboardTester"

From FreekiWiki
Jump to navigation Jump to search
(more info)
(rearrange)
Line 11: Line 11:
 
## git clone git://git.freegeek.org/git/wxKeyboardTester
 
## git clone git://git.freegeek.org/git/wxKeyboardTester
 
# in some init script:
 
# in some init script:
 +
## save the script below into /etc/init.d/wx-keyboard-tester
 +
## update-rc.d wx-keyboard-tester defaults
 
   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:
    1. save the script below into /etc/init.d/wx-keyboard-tester
    2. update-rc.d wx-keyboard-tester defaults
 xinit /root/wxKeyboardTester/bin/keyboard.pl
 shutdown -h