Skip to content

Commit e7469c8

Browse files
committed
added compile section
1 parent f6d71c8 commit e7469c8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,18 @@ if (bloomFilter.contains("bar")) { // Should return false, but could return true
5656
}
5757
```
5858

59+
Compiling
60+
---------
61+
To compile, run ant from the base directory of the project.
62+
63+
ant jar
64+
65+
When ant is done, include dist/java-bloomfilter.jar in your project.
66+
67+
Alternatively, the project could be loaded in Netbeans and compiled using the IDE.
68+
69+
If you want to avoid adding another library to your project, all the Bloom filter code is in src/com/skjegstad/utils/BloomFilter.java. You may copy this code directly into your project if you leave the LGPL-comment in place and reference the project web page.
70+
5971
Changes
6072
-------
6173
### 1.0

0 commit comments

Comments
 (0)