- 1 download or git clone Java DBus
git clone git://anongit.freedesktop.org/dbus/dbus-java dbus-java
- 2 download libmatthew-java-0.8.tar.gz or get from my cloud share
cd dbus-java wget http://www.matthew.ath.cx/projects/java/libmatthew-java-0.8.tar.gz tar xzvf libmatthew-java-0.8.tar.gz mkdir ipkg-install cd libmatthew-java-0.8 make //if you fail here, maybe you are not have JDK and JAVA_HOME set correctly, see solution make install PREFIX="$PWD/../ipkg-install"
-
3 compile java dbus
//cd <java-dbus> sudo apt-get install texlive-latex-base tex4ht docbook docbook-to-man export JAVAUNIXJARDIR="$PWD/ipkg-install/share/java/" export JAVAUNIXLIBDIR="$PWD/ipkg-install/lib/jni/" make make install PREFIX="$PWD/ipkg-install"
-
4 find lib doc, as well as bin in ipkg-install
enjoy