From 56e6a9f2ed3a568ee8278df561c630a302a837ba Mon Sep 17 00:00:00 2001 From: "vincent.juhel" Date: Mon, 26 May 2008 20:04:32 +0000 Subject: [PATCH] Edited wiki page through web user interface. git-svn-id: http://wiiusej.googlecode.com/svn/wiki@151 ae48ae66-6a45-0410-b38e-211266189506 --- CompileWiiusejOnLinux.wiki | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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