Skip to content

Commit

Permalink
added a basic readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhea committed Nov 20, 2019
1 parent a59c695 commit 67d75e9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bindings/java/java/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Java Bindings

This bindings have been tested with `openjdk64-11.0.1` on OSX and debian:latest.
For examples of how to use these bindings take a look at the JUnit tests.

### Build and test

from project root:

```bash
cd bindings/java && make clean build test
```

### Build and test (debug with debug printouts)

from project root:

```bash
cd bindings/java && make clean debug test
```

0 comments on commit 67d75e9

Please sign in to comment.