Skip to content

Commit

Permalink
Add missing dependencies for install in fresh ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jtylka authored and mtrojnar committed Oct 10, 2023
1 parent 4166476 commit 75ce1da
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 @@ -39,7 +39,7 @@ We highly recommend downloading a [release tarball](https://github.com/mtrojnar/

* Install prerequisites on a Debian-based distributions, such as Ubuntu:
```
sudo apt update && sudo apt install cmake libssl-dev libcurl4-openssl-dev
sudo apt update && sudo apt install cmake libssl-dev libcurl4-openssl-dev zlib1g-dev python3
```
* Install prerequisites on macOS with Homebrew:
```
Expand Down

0 comments on commit 75ce1da

Please sign in to comment.