Skip to content

Commit

Permalink
added curl to dependencies README
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage authored Nov 13, 2017
1 parent bdec30a commit 19dc312
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 @@ -30,7 +30,7 @@ Build instructions and additional documentation are available in the
We recommend building on Ubuntu 16.04 LTS, and the build dependencies may be installed with:

sudo apt-get update
sudo apt-get install autoconf cmake git libboost-all-dev libssl-dev g++
sudo apt-get install autoconf cmake git libboost-all-dev libssl-dev g++ libcurl4-openssl-dev

To build after all dependencies are installed:

Expand Down

0 comments on commit 19dc312

Please sign in to comment.