forked from mirrors/jj
Add build-essential
to install instructions
This commit is contained in:
parent
ce933507df
commit
56a1686925
1 changed files with 3 additions and 3 deletions
|
@ -17,11 +17,11 @@ options below.
|
||||||
|
|
||||||
#### Build using `cargo`
|
#### Build using `cargo`
|
||||||
|
|
||||||
First make sure that you have the `libssl-dev`, `openssl`, and `pkg-config`
|
First make sure that you have the `libssl-dev`, `openssl`, `pkg-config`, and
|
||||||
packages installed by running something like this:
|
`build-essential` packages installed by running something like this:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo apt-get install libssl-dev openssl pkg-config
|
sudo apt-get install libssl-dev openssl pkg-config build-essential
|
||||||
```
|
```
|
||||||
|
|
||||||
Now run either:
|
Now run either:
|
||||||
|
|
Loading…
Reference in a new issue