diff options
author | B. Watson <yalhcru@gmail.com> | 2013-06-26 19:54:07 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-26 19:54:07 -0300 |
commit | f4fc936b4de1e5b274e77baeeea3858aa8a1270e (patch) | |
tree | 81e5a90b3412257cdbe4bf8b9c89fbccc7a7bab7 /misc/cwiid/README | |
parent | 4451a38cd8d05d3bbbd12f55f3c0b2830b553230 (diff) | |
download | slackbuilds-f4fc936b4de1e5b274e77baeeea3858aa8a1270e.tar.gz |
misc/cwiid: Updated for version 0.6.00+svn201.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'misc/cwiid/README')
-rw-r--r-- | misc/cwiid/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/cwiid/README b/misc/cwiid/README index 4fa5890e9d..1731334a02 100644 --- a/misc/cwiid/README +++ b/misc/cwiid/README @@ -1,3 +1,12 @@ CWiid is a collection of Linux tools written in C for interfacing to the Nintendo Wiimote, including an event-based API, an event/mouse/joystick driver, and GUI/control panel. + +To start cwiid's wminput daemon on boot, edit /etc/rc.d/rc.cwiid.conf +if needed (only needed if you have multiple wiimotes), then +"chmod 755 /etc/rc.d/rc.cwiid", and add the following code to +e.g. /etc/rc.d/rc.local: + +if [ -x /etc/rc.d/rc.cwiid ]; then + /etc/rc.d/rc.cwiid start +fi |