Edited wiki page through web user interface.
git-svn-id: http://wiiusej.googlecode.com/svn/wiki@151 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
@@ -3,20 +3,23 @@
|
|||||||
Page not finished yet!
|
Page not finished yet!
|
||||||
|
|
||||||
= Introduction =
|
= 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.
|
You need to get `libwiiuse.so` compiled before trying to compile Wiiusej library.
|
||||||
|
|
||||||
= Wiiuse library =
|
= Wiiuse library =
|
||||||
|
|
||||||
# First, download according version of Wiiuse (for WiiuseJ v0.12, download Wiiuse v0.12).
|
# First, [http://sourceforge.net/project/showfiles.php?group_id=187194 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
|
||||||
|
|
||||||
# Second, compile the Wiiuse
|
|
||||||
|
|
||||||
{{{
|
{{{
|
||||||
make
|
make
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
|
{{{
|
||||||
|
make install
|
||||||
|
}}}
|
||||||
|
|
||||||
= Wiiusej library =
|
= 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 =
|
= 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`.
|
||||||
Reference in New Issue
Block a user