Try to clean up the locking for LRU lists.
[bluesky.git] / README
diff --git a/README b/README
index dd29fb0..a7d31fc 100644 (file)
--- a/README
+++ b/README
@@ -14,4 +14,10 @@ Required dependencies (from base Debian install):
     libprotobuf-dev
     libxml2-dev
     mercurial
+    openjdk-6-jre
     protobuf-compiler
+    s3cmd
+
+Running under Valgrind:
+  - Set G_SLICE=always-malloc environment variable to help with memory
+    leak checking