forked from xwiimote/xwiimote-bindings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
42 lines (30 loc) · 1003 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Overview {#mainpage}
========
xwiimote-bindings provides bindings for the xwiimote library for languages
other than C. You need to install xwiimote before you can use xwiimote-bindings.
xwiimote is an open-source device driver for Nintendo Wii / Wii U remotes. It
contains tools and libraries which work together with the official hid-wiimote
kernel driver. Please see the website for more information:
http://dvdhrm.github.io/xwiimote
Install
=======
To install the xwiimote-bindings package, run:
$ ./configure [--prefix=/usr]
$ make
$ make install
If "configure" is not available, use:
$ ./autogen.sh [<configure-flags>]
Dependencies:
- xwiimote: The official xwiimote driver package
Usage & Documentation
=====================
Please see the website for help:
http://dvdhrm.github.io/xwiimote
Copying
=======
Please see ./COPYING for more information.
Contact
=======
Website:
http://dvdhrm.github.io/xwiimote
For email contact please see ./COPYING for a list of maintainers.