diff --git a/QuickUserGuide.wiki b/QuickUserGuide.wiki index 99ea123..bd421d7 100644 --- a/QuickUserGuide.wiki +++ b/QuickUserGuide.wiki @@ -7,7 +7,7 @@ 1) import wiiusej.jar in your java project. -2) put the 2 dlls files libWiiUseJ.dll and wiiuse.dll at the root of your project. +2) put the 2 dlls files libWiiUseJ.dll and wiiuse.dll at the root of your project (or the two .so files if you are under linux). Connect your wiimote to your bluetooth stack. 3) In your code : Wiimote[] wiimotes = WiiUseApiManager.getWiimotes(X, true);//x is the number of wiimotes to connect. True : make it rumble the first time you get the wiimotes.