Skip to content

Commit 07438bb

Browse files
committed
adding instructions for local building
1 parent 46a5518 commit 07438bb

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

bindings/java/README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
## Manifold3d Java Bindings
22

3-
[![Clojars Project](https://img.shields.io/clojars/v/com.github.madhephaestus/manifold3d.svg)](https://clojars.org/com.github.madhephaestus/manifold3d)
3+
[![Clojars Project](https://img.shields.io/clojars/v/com.github.madhephaestus/manifold3d.svg)](https://clojars.org/com.github.madhephaestus/manifold3d)
4+
5+
##Developemnt
6+
7+
for local install to maven of a snapshot run:
8+
9+
```
10+
bash bindings/java/scripts/localSnapshotInstall.sh
11+
12+
```
13+
14+
and see the printouts:
15+
16+
```
17+
Clojar Java /home/hephaestus/bin/java21/
18+
Clojar Version: 3.4.0-46a5518e-SNAPSHOT
19+
```
20+
21+
That means you can run a local build with version `3.4.0-46a5518e-SNAPSHOT` which means it is commit 46a5518e which is ahead of the tag 3.4.0.

0 commit comments

Comments
 (0)