ok/jj
1
0
Fork 0
forked from mirrors/jj

Add build-essential to install instructions

This commit is contained in:
Infra 2023-10-04 22:04:18 -04:00 committed by Martin von Zweigbergk
parent ce933507df
commit 56a1686925

View file

@ -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: