On Sep 29 2015, Jamie Nelson <[email protected]> wrote: > easy_install -H *.python.org argparse > easy_install -H *.python.org pycryptopp > easy_install -H *.python.org pyliblzma > easy_install -H *.python.org Sphinx
You shouldln't need these four. 1+3 are included in Python 3, 2 is not used by S3QL, 4 is only required when re-building the documentation. > wget <http://sqlite.org/2015/sqlite-amalgamation-3081101.zip> > <http://sqlite.org/2015/sqlite-amalgamation-3081101.zip>http: > //sqlite.org/2015/sqlite-autoconf-3081101.tar.gz > tar zxfv sqlite-autoconf-3081101.tar.gz > cd sqlite-amalgamation-3081101 > ./configure > make > sudo make install > sudo ldconfig > cd .. You already installed SQLite above (with yum install sqlite sqlite-devel), either the Yum install or this one is not needed. > wget <https://github.com/s3ql/main/archive/master.zip>https: > //github.com/s3ql/main/archive/master.zip > unzip master.zip > rm -f master.zip > cd main-master > cd .. That's not necessary (note that you're not doing anything here). Best, -Nikolaus -- GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F »Time flies like an arrow, fruit flies like a Banana.« -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
