X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=README;h=2dec5389873c5565b88f01a90010efc3167e5c8d;hp=cb0a0a7eafcacd2f5ce494b9f5533f1fabc9210c;hb=HEAD;hpb=8f726196eb7cbf9bf220270ab76b6712fa2d0e42 diff --git a/README b/README index cb0a0a7..2dec538 100644 --- a/README +++ b/README @@ -6,12 +6,13 @@ 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".