From 988259e41c0d4e7119188fafba9b1df6270da6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esm=C3=A9=20Cowles?= Date: Mon, 26 Oct 2015 10:42:03 -0400 Subject: [PATCH] Adding dependencies info to README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0d71f45a..3540b1cc0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,15 @@ ## Work Types -ScannedResource +* ScannedResource +* MultiVolumeWork + +## Dependencies + +* [Redis](http://redis.io/) + * Start Redis with `redis-server` or if you're on certain Linuxes, you can do this via `sudo service redis-server start`. +* [Kakadu](http://kakadusoftware.com/) + * The installer doesn't work on MacOSX 10.11 (El Capitan), but the files `kdu_compress` and `libkdu_v77R.dylib` can be extracted from the download packages and used by manually installing them in `/usr/local/bin` and `/usr/local/lib` respectively. ## Running the Code