Skip to content

Commit

Permalink
fix libcurl for ubuntu in README.md
Browse files Browse the repository at this point in the history
libcurl-dev was moved to libcurl4-openssl-dev
  • Loading branch information
Migelo authored Dec 25, 2023
1 parent bfe08fc commit 95a4cb2
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 @@ -228,7 +228,7 @@ Debian/Ubuntu Dependencies:

```
sudo apt install libboost-dev libsodium-dev libncurses5-dev \
libprotobuf-dev protobuf-compiler libgflags-dev libutempter-dev libcurl-dev \
libprotobuf-dev protobuf-compiler libgflags-dev libutempter-dev libcurl4-openssl-dev \
build-essential ninja-build cmake git zip
```

Expand Down

0 comments on commit 95a4cb2

Please sign in to comment.