From 8a6e8cc90eefa8d25b5cf39e2f3f69acf7e8047e Mon Sep 17 00:00:00 2001 From: "vincent.juhel" Date: Mon, 26 May 2008 19:56:57 +0000 Subject: [PATCH] Created wiki page through web user interface. git-svn-id: http://wiiusej.googlecode.com/svn/wiki@150 ae48ae66-6a45-0410-b38e-211266189506 --- CompileWiiusejOnLinux.wiki | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CompileWiiusejOnLinux.wiki diff --git a/CompileWiiusejOnLinux.wiki b/CompileWiiusejOnLinux.wiki new file mode 100644 index 0000000..b1ae2f9 --- /dev/null +++ b/CompileWiiusejOnLinux.wiki @@ -0,0 +1,29 @@ +#summary Compile Wiiusej C part on linux + +Page not finished yet! + += Introduction = + +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 + +{{{ +make +}}} + + += Wiiusej library = + +{{{ +gcc -shared -fPIC -o libWiiuseJ.so -Wall -L. -lwiiuse -I/home/vincent/jdk1.6.0_05/include -I/home/vincent/jdk1.6.0_05/include/linux wiiusej_WiiUseApi.c +}}} + += Launch on linux = + +Put both libs `libwiiuse.so` and `libWiiuseJ.so` in the folder of `wiiusej.jar`.