X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=blobdiff_plain;f=README;h=7aed826163501be9c304c67d6b07fb7fca1b3155;hp=8528f743ad68ffa51a3978ff48bbdf2d4c0dc5b7;hb=388030970805a70cb4fad34ade5e3de7a3607a57;hpb=2901c11f2a4adfa9b3db422692bb9e2232be0a04 diff --git a/README b/README index 8528f74..7aed826 100644 --- a/README +++ b/README @@ -1,7 +1,9 @@ Required dependencies (from base Debian install): + autoconf + automake build-essential cmake - git + git-core libasio-dev libboost-dev libboost-program-options-dev @@ -14,4 +16,11 @@ Required dependencies (from base Debian install): libprotobuf-dev libxml2-dev mercurial + openjdk-6-jre protobuf-compiler + python-all-dev + s3cmd + +Running under Valgrind: + - Set G_SLICE=always-malloc environment variable to help with memory + leak checking