CMake needs curl on ubuntu to compile

This commit is contained in:
Sean 2020-09-20 12:31:55 +10:00 committed by Jason Rhinelander
parent 8337a8f34e
commit 9e50c40afa
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ sudo apt update && \
sudo apt install g++ cmake pkg-config libboost-filesystem-dev libboost-thread-dev libboost-date-time-dev \
libboost-serialization-dev libboost-program-options-dev \
libssl-dev libzmq3-dev libsqlite3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline-dev \
libldns-dev libexpat1-dev doxygen graphviz libsqlite3-dev
libldns-dev libexpat1-dev doxygen graphviz libsqlite3-dev libcurl4-openssl-dev
```
Install all dependencies at once on macOS with the provided Brewfile: