We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11a6e70 + 6fc1406 commit 28ec9e3Copy full SHA for 28ec9e3
README.md
@@ -51,11 +51,15 @@ Multihash filePointer = Multihash.fromBase58("QmPZ9gcCEpqKTo6aq61g2nXGUhM4iCL3ew
51
byte[] fileContents = ipfs.cat(filePointer);
52
```
53
54
+## Dependencies
55
+* [Multiaddr](https://github.com/multiformats/java-multiaddr)
56
+* [Multihash](https://github.com/multiformats/java-multihash)
57
+
58
## Building
59
---------
-To build just run make. There are no dependencies, just include the resulting IPFS.jar in your project.
60
+To build just run `ant dist`. The dependencies are included in the `./lib` directory, and automatically copied to the `./dist/lib` directory.
61
-To run tests use make tests.
62
+To run tests use `ant test`.
63
64
## Contribute
65
0 commit comments