mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
c1aa510291
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
503 B
Text
14 lines
503 B
Text
cwiid (tools for the Nintendo Wii remote)
|
|
|
|
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
|