Skip to content

Commit

Permalink
Merge pull request #147 from inbitcoin/fix/debian-dependencies
Browse files Browse the repository at this point in the history
add g++ and cmake to Debian requirements
  • Loading branch information
dr-orlovsky authored Nov 20, 2020
2 parents 380807a + 1baec52 commit a207cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The library is based on other projects:

On Debian, run
```shell script
sudo apt-get install cargo libssl-dev libzmq3-dev pkg-config
sudo apt-get install cargo libssl-dev libzmq3-dev pkg-config g++ cmake
```

On Mac OS, run
Expand Down

0 comments on commit a207cf5

Please sign in to comment.