Skip to content

Commit

Permalink
Merge pull request #33 from angrymouse/main
Browse files Browse the repository at this point in the history
Docs: Fix prerequisite libraries for debian-based systems
  • Loading branch information
billywhizz committed May 30, 2024
2 parents e284279 + fb6e062 commit 1c77804
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 @@ -47,7 +47,7 @@ of fetch in the runtime) but, for now, you will need to install libcurl as
follows.

```shell
sudo apt install -y libcurl4-dev
sudo apt install -y libcurl4-openssl-dev libssl-dev zlib1g-dev
```

### gcc/x64
Expand Down

0 comments on commit 1c77804

Please sign in to comment.