From 5ac2dda4904e03392e787f2d7b458dcdb32228ea Mon Sep 17 00:00:00 2001 From: Pankaj Gupta Date: Tue, 11 Mar 2014 17:27:48 -0700 Subject: [PATCH] Modified README to include additional dependency requirement on the big fastutil jar. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aaa3ff6..83ee08b2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Cassovary is built using [sbt](https://github.com/sbt/sbt) and was tested last u ## Alternative for using for local projects 1. ```./sbt publish-local``` -2. ```cd ../``` +2. ```cd ../``` 3. ```./sbt update``` ## Using maven published version of library @@ -33,6 +33,11 @@ Cassovary is published to maven central with crosspath scala versions 2.9.3 and ```libraryDependencies += "com.twitter" %% "cassovary" % "3.2.0"``` +The only dependency that Cassovary uses which is not bundled with it because of its size is ```it.unimi.dsi.fastutil```. +You can add that dependency in your sbt project as follows: + +```libraryDependencies += "it.unimi.dsi" % "fastutil" % "6.4.4"``` + ## Comparison to Other Graph Libraries There are many excellent graph mining libraries already in existence. Most of them have one or more of the following characteristics: