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:
vincent.juhel
2008-05-26 20:04:32 +00:00
parent 8a6e8cc90e
commit 56e6a9f2ed

View File

@@ -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 =