diff --git a/CompileWiiusejOnLinux.wiki b/CompileWiiusejOnLinux.wiki index b1ae2f9..63117ae 100644 --- a/CompileWiiusejOnLinux.wiki +++ b/CompileWiiusejOnLinux.wiki @@ -3,20 +3,23 @@ Page not finished yet! = Introduction = +What packages you need installed: libc-dev and libbluetooth-dev +You need Java 6 jdk installed, to get the jni interface. You need to get `libwiiuse.so` compiled before trying to compile Wiiusej library. = Wiiuse library = -# First, download according version of Wiiuse (for WiiuseJ v0.12, download Wiiuse v0.12). -http://sourceforge.net/project/showfiles.php?group_id=187194 - -# Second, compile the Wiiuse + # First, [http://sourceforge.net/project/showfiles.php?group_id=187194 download according version of Wiiuse] (for WiiuseJ v0.12, download Wiiuse v0.12). + # Second, compile the Wiiuse {{{ make }}} +{{{ +make install +}}} = Wiiusej library = @@ -26,4 +29,4 @@ gcc -shared -fPIC -o libWiiuseJ.so -Wall -L. -lwiiuse -I/home/vincent/jdk1.6.0_0 = Launch on linux = -Put both libs `libwiiuse.so` and `libWiiuseJ.so` in the folder of `wiiusej.jar`. +Put both libs `libwiiuse.so` and `libWiiuseJ.so` in the folder of `wiiusej.jar`. \ No newline at end of file