aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients
diff options
context:
space:
mode:
authordteirney <dteirney@svn>2010-10-03 08:41:44 +0000
committerdteirney <dteirney@svn>2010-10-03 08:41:44 +0000
commite4aae5002f6a0212cadc55e6bf06881814fb008e (patch)
treef62e990341da32b01b49018b90221f2272598db2 /tools/EventClients
parentd6a0a278c00ca1c64555aa2c35ff1f375e33dfa9 (diff)
Changed: updated the instructions for making the WiiRemote event client. I always forget what library needs to be installed for it to work...
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34388 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/EventClients')
-rw-r--r--tools/EventClients/Clients/WiiRemote/WiiUse_README18
1 files changed, 9 insertions, 9 deletions
diff --git a/tools/EventClients/Clients/WiiRemote/WiiUse_README b/tools/EventClients/Clients/WiiRemote/WiiUse_README
index df67c2d7cf..5749697bb0 100644
--- a/tools/EventClients/Clients/WiiRemote/WiiUse_README
+++ b/tools/EventClients/Clients/WiiRemote/WiiUse_README
@@ -1,18 +1,18 @@
-There are two ways to make the WiiUse_WiiRemote event client.
+To compile the WiiRemote event client:
-1) Compile manually. Requires the wiiuse library to be installed already (http://sourceforge.net/project/showfiles.php?group_id=187194)
-g++ -lwiiuse WiiUse_WiiRemote.cpp -o WiiUse_WiiRemote
-
-2) Use the Makefile. Will make the wiiuse_v0.12 library from source. Executable must be run from this directory due to relative linking to the built library.
-make
+$ sudo apt-get install libbluetooth-dev
+$ make
-Both methods will create a WiiUse_WiiRemote executable containing the event client.
+NOTE: if you get a permission denied error when make'ing the event client, you may need to use root,
+e.g. $ sudo make
+make will create an executable called WiiUse_WiiRemote that contains the event client.
-The WiiUse_WiiRemote.h file contains the button number mappings for the Wii Remote (prefixed with KEYCODE).
+WiiUse_WiiRemote must be run from this directory as it uses relative linking to the built wiiuse_v0.12 library.
+WiiUse_WiiRemote.h contains the button number mappings for the WiiRemote (prefixed with KEYCODE).
TODO:
Add IR pointer support
-TheUni
+TheUni + dteirney \ No newline at end of file