Skip to content

Commit 8eec278

Browse files
committed
update README with build instructions
1 parent 7c0696e commit 8eec278

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,24 @@ This is the [multihash](https://github.com/multiformats/multihash) implementatio
1414
Multihash m = Multihash.fromBase58("QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy");
1515
```
1616

17-
## Compilation
17+
## Testing
1818

19-
To compile just run ant.
19+
### Ant
20+
`ant test`
21+
22+
### Maven
23+
`mvn test`
24+
25+
## Building
26+
27+
### Ant
28+
`ant dist` will build a JAR file suitable for manual inclusion in a project.
29+
30+
### Maven
31+
`mvn package` will build a JAR file with Maven dependency information.
32+
33+
## Releasing
34+
The version number is specified in `build.xml` and `pom.xml` and must be changed in both places in order to be accurately reflected in the JAR file manifest.
2035

2136
## Maintainers
2237

0 commit comments

Comments
 (0)