Skip to content

Commit

Permalink
README.mkd: Update contributors and add Mac usage
Browse files Browse the repository at this point in the history
-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
  • Loading branch information
casallas committed Nov 23, 2011
1 parent b208c94 commit 87eba20
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -111,7 +118,9 @@ Compiling
---------
You need SDL and OpenGL installed to compile the (optional) SDL example.

### Linux: ###
### Linux & Mac: ###

$ mkdir build

$ cd build

Expand Down Expand Up @@ -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
------------------------------------
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 87eba20

Please sign in to comment.