Skip to content

Commit

Permalink
Add build-essential to install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
1011X authored Oct 5, 2023
1 parent ce93350 commit 5d76bab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ options below.

#### Build using `cargo`

First make sure that you have the `libssl-dev`, `openssl`, and `pkg-config`
packages installed by running something like this:
First make sure that you have the `libssl-dev`, `openssl`, `pkg-config`, and
`build-essential` packages installed by running something like this:

```shell
sudo apt-get install libssl-dev openssl pkg-config
sudo apt-get install libssl-dev openssl pkg-config build-essential
```

Now run either:
Expand Down

0 comments on commit 5d76bab

Please sign in to comment.