File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,21 +39,21 @@ sudo apt-get install libgcrypt20-dev
3939sudo apt-get install libleveldb-dev
4040```
4141
42- You will also need basic build tools:
42+ You will also need basic build tools (gcc, make, etc) :
4343
4444```
4545sudo apt-get install build-essential
4646```
4747
4848#### Install:
4949
50- Download the [ latest release ] ( https://github.com/bartobri/bitcoin-toolkit/releases/latest ) or use git to clone the master repo:
50+ Use git to clone the master repo:
5151
5252```
5353$ git clone https://github.com/bartobri/bitcoin-toolkit.git
5454```
5555
56- Unzip/tar the release download and/or run the make commands inside the project folder:
56+ Run the make commands inside the project folder:
5757```
5858$ cd bitcoin-toolkit
5959$ make
You can’t perform that action at this time.
0 commit comments