Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / README
1 Required dependencies (from base Debian install):
2     autoconf
3     automake
4     build-essential
5     cmake
6     git-core
7     libasio-dev
8     libboost-dev
9     libboost-program-options-dev
10     libboost-system-dev
11     libboost-thread-dev
12     libcurl4-gnutls-dev
13     libdb-dev
14     libgcrypt-dev
15     libglib2.0-dev
16     libprotobuf-dev
17     libxml2-dev
18     mercurial
19     openjdk-6-jre
20     protobuf-compiler
21     python-all-dev
22     s3cmd
23
24 Running under Valgrind:
25   - Set G_SLICE=always-malloc environment variable to help with memory
26     leak checking