diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-08-17 14:17:42 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-08-17 14:17:42 +0000 |
commit | a127d39b6540353734d8557ca39f401a2683aca8 (patch) | |
tree | d983f7d9c444a441f5b22af675c653f0a74123d5 /README | |
parent | 70d8fd2e96d8a19149653052049c6f28ac1ac789 (diff) |
use autoconf
svn path=/trunk/externals/hardware/wiimote/; revision=13823
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -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 |