An open API service indexing awesome lists of open source software.

https://github.com/buganini/jni-bsdconv

Java wrapper for bsdconv
https://github.com/buganini/jni-bsdconv

Last synced: 12 months ago
JSON representation

Java wrapper for bsdconv

Awesome Lists containing this project

README

          

# Compilation & Installation

```
# native library
make
sudo make install PREFIX=/usr # or your prefix
# or just copy out/libbsdconv-jni.so to wherever in you java.library.path

# java library
gradle jar # build/libs/jni-bsdconv-${VERSION}.jar
```