B. Watson 71bcc8bbbb misc/cwiid: Fix /usr/include permissions. 2 лет назад
..
README c1aa510291 misc/cwiid: Updated for version 0.6.91_2. 2 лет назад
cwiid.SlackBuild 71bcc8bbbb misc/cwiid: Fix /usr/include permissions. 2 лет назад
cwiid.info c1aa510291 misc/cwiid: Updated for version 0.6.91_2. 2 лет назад
doinst.sh c1aa510291 misc/cwiid: Updated for version 0.6.91_2. 2 лет назад
python310.patch c5a9e024db misc/cwiid: Fix build with python 3.10. 2 лет назад
rc.cwiid.conf.new f4fc936b4d misc/cwiid: Updated for version 0.6.00+svn201. 11 лет назад
rc.cwiid.new f4fc936b4d misc/cwiid: Updated for version 0.6.00+svn201. 11 лет назад
slack-desc 610e8461bb various: Fix slack-desc formatting and comment nit picks. 10 лет назад

README

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