README.mkd: Update contributors and add Mac usage
-Added Gabriele Randelli from WiiC and Juan Sebastian Casallas to the contributor list -Added Mac OS X minimal requirements to "Platforms and Dependencies" -Added Mac to "Compiling" -Added an extra line for build to make sure you make the directory -Added known Mac-connection issues -Added Mac support to the list of WiiC's features
This commit is contained in:
committed by
Juan Sebastian Casallas
parent
b208c940df
commit
87eba20df3
32
README.mkd
32
README.mkd
@@ -56,6 +56,8 @@ Additional Contributors:
|
||||
- admiral0 and fwiine project <http://sourceforge.net/projects/fwiine/files/wiiuse/0.13/>
|
||||
- Jeff Baker/Inv3rsion, LLC. <http://www.inv3rsion.com/>
|
||||
- Jan Ciger - Reviatech SAS <jan.ciger@reviatech.com>
|
||||
- Gabriele Randelli and the WiiC project <http://wiic.sourceforge.net/>
|
||||
- Juan Sebastian Casallas <https://github.com/jscasallas/wiiuse>
|
||||
|
||||
|
||||
License
|
||||
@@ -102,6 +104,11 @@ Wiiuse currently operates on both Linux and Windows. You will need:
|
||||
- If compiling, Microsoft Windows Driver Development Kit (DDK)
|
||||
|
||||
|
||||
### For Mac: ###
|
||||
|
||||
- Mac OS X 10.2 or newer (to have the Mac OS X Bluetooth protocol stack)
|
||||
|
||||
|
||||
### For either platform: ###
|
||||
|
||||
- If compiling, [CMake](http://cmake.org) is needed to generate a makefile/project
|
||||
@@ -111,7 +118,9 @@ Compiling
|
||||
---------
|
||||
You need SDL and OpenGL installed to compile the (optional) SDL example.
|
||||
|
||||
### Linux: ###
|
||||
### Linux & Mac: ###
|
||||
|
||||
$ mkdir build
|
||||
|
||||
$ cd build
|
||||
|
||||
@@ -176,7 +185,20 @@ If you are going to use Motion+, make sure to call wiiuse_poll or wiiuse_update
|
||||
in a loop for some 10-15 seconds before enabling it. Ideally you should be checking
|
||||
the status of any expansion (nunchuk) you may have connected as well.
|
||||
Otherwise the extra expansion may not initialize correctly - the initialization
|
||||
and calibration takes some time.
|
||||
and calibration takes some time.
|
||||
|
||||
|
||||
### Mac OS X
|
||||
|
||||
Sometimes you may not be able to connect to the device, even if it is discoverable.
|
||||
If that happens open the Bluetooth Preferences, select the Nintendo device on the
|
||||
list and remove it (by clicking on the minus sign). Close the Preference Pane and
|
||||
try again.
|
||||
|
||||
If you get the following error on runtime when connecting to your wiimote:
|
||||
`Unable to write over the output channel`,
|
||||
you probably won't be able to read IR or accelerometer data, or make the wiimote vibrate.
|
||||
Relaunching your application and connecting again should solve this issue.
|
||||
|
||||
Acknowledgements by Michael Laforest
|
||||
------------------------------------
|
||||
@@ -263,9 +285,11 @@ greatly appreciated.
|
||||
|
||||
- [WiiC](http://wiic.sourceforge.net/)
|
||||
|
||||
- Dramatically changed, C++ API added
|
||||
- Dramatically changed, C++ API added.
|
||||
|
||||
- MotionPlus support added
|
||||
- MotionPlus support added.
|
||||
|
||||
- Added Mac support.
|
||||
|
||||
- DolphinEmu PPA: used to have a WiiUse 0.13
|
||||
|
||||
|
||||
Reference in New Issue
Block a user