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
- Host: GitHub
- URL: https://github.com/buganini/jni-bsdconv
- Owner: buganini
- Created: 2017-10-09T08:58:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T19:10:07.000Z (over 8 years ago)
- Last Synced: 2025-02-17T14:44:40.495Z (over 1 year ago)
- Language: C
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```