Giter Club home page Giter Club logo

libusb4java's Introduction

This is the source code of the JNI wrapper for libusb. usb4java already includes prebuilt libraries for the following platforms:

  • linux-x86
  • linux-x86-64
  • linux-arm
  • linux-aarch64
  • win32-x86
  • win32-x86-64
  • darwin-x86-64
  • darwin-arm-64

If you need the library on an other platform then you can easily compile it yourself. On a Unix-compatible operating system you only need the Java JDK, an up-to-date libusb library version, the GNU C compiler and cmake. When everything is correctly installed then you should be able to build the library with the following commands:

$ mkdir build
$ cd build
$ cmake ..
$ make

When compilation was successful then you can find the library in the build/src directory.

usb4java searches for the library in the CLASSPATH directory org/libusb4java/<OS>-<ARCH>/. On a 32 bit x86 linux machine for example the directory name is org/libusb4java/linux-x86. Usually you can find the required name in the exception thrown by usb4java when it does not find the required library.

libusb4java's People

Contributors

kayahr avatar llongi avatar git-moss avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.