|
|
@ -15,6 +15,7 @@ Library Requirements |
|
|
|
You will need several development libraries: |
|
|
|
* libsqlite3: for database support. |
|
|
|
* libgmp: for secp256k1 |
|
|
|
* zlib: for compression routines. |
|
|
|
|
|
|
|
For actually doing development and running the tests, you will also need: |
|
|
|
* pip3: to install python-bitcoinlib |
|
|
@ -34,7 +35,7 @@ Get dependencies: |
|
|
|
sudo apt-get update |
|
|
|
sudo apt-get install -y \ |
|
|
|
autoconf automake build-essential git libtool libgmp-dev \ |
|
|
|
libsqlite3-dev python python3 net-tools |
|
|
|
libsqlite3-dev python python3 net-tools zlib1g-dev |
|
|
|
|
|
|
|
If you don't have Bitcoin installed locally you'll need to install that |
|
|
|
as well: |
|
|
|