From a127d39b6540353734d8557ca39f401a2683aca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 17 Aug 2010 14:17:42 +0000 Subject: use autoconf svn path=/trunk/externals/hardware/wiimote/; revision=13823 --- README | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'README') 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 -- cgit v1.2.1