aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 13 insertions, 7 deletions
diff --git a/README b/README
index bc28f88..2d7dcbc 100644
--- a/README
+++ b/README
@@ -4,10 +4,22 @@ wiimote for Pd
[wiimote] is a Pd-object that allows to read data from a Wii Remote Controller
it depends on libcwiid, which is currently only available on linux
-
random notes
============
+compiling
+---------
+wiimote uses autoconf:
+% ./configure
+% make
+% make install
+if you are using an svn snapshot, you will first have to run
+% ./autogen.sh
+
+note: autoconf will put the resulting pd-object binary into .libs/
+if you don't want to "make install" the library, just copy the
+./.lib/wiimote.pd_linux to ./
+
extensions
----------
the external is known to support the nunchuck, classic, motionplus extensions
@@ -28,12 +40,6 @@ $ patch < /path/to/wiimote/patches/cwiid201_motionplus_sensitivity.patch
$ cd /path/to/cwiid/
$ make (read README to see how to patch libcwiid)
-once you have done that, you need to make the external aware of the new feature.
-for this create a file
-/path/to/wiimote/Make.local
-and add the following line:
-CFLAGS += -DHAVE_CWIID_MOTIONPLUS_LOWSPEED
-
then recompile wiimote
multiple bluetooth dongles