How to Compile Java DBus

China☆狼群 提交于 2019-11-26 05:14:55

  • 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




标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!