SlackBuildsOrg/misc/cwiid
B. Watson 71bcc8bbbb misc/cwiid: Fix /usr/include permissions.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-04-10 13:55:45 -04:00
..
cwiid.info misc/cwiid: Updated for version 0.6.91_2. 2021-10-13 00:52:15 +07:00
cwiid.SlackBuild misc/cwiid: Fix /usr/include permissions. 2022-04-10 13:55:45 -04:00
doinst.sh misc/cwiid: Updated for version 0.6.91_2. 2021-10-13 00:52:15 +07:00
python310.patch misc/cwiid: Fix build with python 3.10. 2021-10-25 12:12:12 +07:00
rc.cwiid.conf.new
rc.cwiid.new
README misc/cwiid: Updated for version 0.6.91_2. 2021-10-13 00:52:15 +07:00
slack-desc

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