= libwiiremote

== About libwiiremote

libwiiremote is a multi-platform C library for communicating with 
the Nintendo Wii Remote. This library supports the following OS. 

* Win32
* Linux
* Mac OS X


== Supported functions

* o Buttons
* o XYZ Motion Sensor
* o IR Sensor
* o LEDs
* o Force Feedback
* o Battery Level
* x Speaker
* x Ext port


== Installation

=== UNIX like environment(Linux, mingw, Mac OS X)

 # sh configure 
 # make
 # make install


=== Visual Studio on win32

Unzip VisualC.zip, and build with Visual Studio.


=== Xcode on Mac OS X 

 # tar xvfz Xcode.tar.gz
 # cd Xcode/libwiiremote
 # open libwiiremote.xcodeproj

