标签:
git clone git://anongit.freedesktop.org/dbus/dbus-java dbus-java
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
版权声明:本文博客原创文章,博客,未经同意,不得转载。
标签:
原文地址:http://www.cnblogs.com/lcchuguo/p/4674706.html