X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=README;h=b6345ccf541d3eb47aedc13ba1bc8cf783bd65d2;hb=42113f2be5d9d3c6f1f2bcedcea3518efe2bdcf2;hp=bb83b25dcb9b63c23b20aef8c4e1fbf21d325d1c;hpb=e8f99f8ccafa3c0c08e370413f0e4d6142582fb4;p=cumulus.git diff --git a/README b/README index bb83b25..b6345cc 100644 --- a/README +++ b/README @@ -6,11 +6,14 @@ How to Build Dependencies: - libuuid (sometimes part of e2fsprogs) - sqlite3 - - Python (2.5 or later) + - Python (2.7 or later, or 3.2 or later) + - Python six, a Python 2/3 compatibility library + https://pypi.python.org/pypi/six - boto, the python interface to Amazon's Web Services (for S3 storage) http://code.google.com/p/boto - paramiko, SSH2 protocol for python (for sftp storage) http://www.lag.net/paramiko/ + - Boost (smart_ptr) Building should be a simple matter of running "make". This will produce an executable called "cumulus".