Kristaps Kaupe
5ac3aae565
Allow more specific --python targets for install.sh
...
Now you can specify not only python2/python3, but also
python3.4/python3.6/etc...
7 years ago
fivepiece
8256b27e28
build minimal libsodium
7 years ago
fivepiece
0d1981eb55
adapt install.sh to Qt with python3
...
* use python3 with Qt in travis native host
* install Qt on dockers
* update readme
7 years ago
James Hilliard
6dc3504f8a
Convert jmclient to py3 style
7 years ago
fivepiece
214dbf3fb9
override system libsecp256k1 for coincurve
7 years ago
James Hilliard
abad5977fe
Replace secp256k1-py with coincurve
7 years ago
fivepiece
fdc6687fee
remove gpg signature validation from install.sh
...
also combines the different dependency downloader functions now that
they are all homogeneous
7 years ago
fivepiece
b102b5d275
use gpg for fetching pubkeys
7 years ago
James Hilliard
a612ddba72
Make it possible to override default python version in install.sh
7 years ago
mighty-merganser
be1374c829
install script fixed
...
the libsodium was moved to the download.libsodium.org/libsodium/releases/old url.
7 years ago
fivepiece
316f866194
use libsecp256 @d333521 for secp256k1-py
7 years ago
fivepiece
974b5ae639
add cache support to install.sh
7 years ago
fivepiece
62b4fe645b
escape regex for '.'
8 years ago
fivepiece
80de159599
add retry to curl in install process
8 years ago
fivepiece
6802dca8d1
handle Qt deps under ubuntu\debian
8 years ago
Kristaps Kaupe
2a14387ff5
Fix typos
8 years ago
James Hilliard
3a3b2e1929
Make install.sh portable for osx.
8 years ago
fivepiece
bf1a816e27
add --no-gpg-validation flag, default it in travis
8 years ago
fivepiece
175ca27741
use `pip uninstall` instead of `rm`
8 years ago
fivepiece
ebac658e23
install.sh accepts flags
...
* add parsing
* add --develop flag
* joinmarket_install() removes previous version before installing
8 years ago
AdamISZ
6538713422
remove openssl, re-add tests
8 years ago
fivepiece
f3e321a7dd
fail on virtualenv setup, fix cov test run on travis
8 years ago
fivepiece
8027853555
add exports and upgrade pip versions for older operating systems
8 years ago
fivepiece
9e65d2e31f
dependency check can find missing packages
8 years ago
fivepiece
15433df28d
add test result files to gitignore
...
change .travis.yml indentation to 2 spaces (whoops)
remove whitespace
8 years ago
fivepiece
ad7309e486
.travis.yml uses install.sh and run_tests.sh
...
only grep for keyid on gpg verify. algorithm appears differently on different gpg versions
8 years ago
fivepiece
69d274f021
add run_tests.sh
...
run_tests.sh
run_tests.sh
run_tests.sh, remove duplicate from install.sh
add uninstall first to install.sh, check virtualenv sourced in tests
fix install.sh skip, don't install docs with openssl
remove openssl files before (re)installing, fail on JM install package failure
8 years ago
fivepiece
4f4f0e56ae
modular install.sh
8 years ago
Adam Gibson
eb88dcae67
update docs with more installation info
8 years ago
Adam Gibson
09009854a1
add install script and qt4reactor dep
8 years ago