码迷,mamicode.com
首页 > 数据库 > 详细

How to Compile Java DBus

时间:2015-07-24 22:18:39      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:

  • 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




版权声明:本文博客原创文章,博客,未经同意,不得转载。

How to Compile Java DBus

标签:

原文地址:http://www.cnblogs.com/lcchuguo/p/4674706.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!