mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-23 19:12:06 +03:00
Add build-essential to Debian build doc
This commit is contained in:
parent
4b3b47841d
commit
2c6cf5bdf8
@ -869,7 +869,7 @@ Hurl depends on libssl, libcurl and libxml2 native libraries. You will need thei
|
||||
#### Debian based distributions
|
||||
|
||||
```shell
|
||||
$ apt install -y pkg-config libssl-dev libcurl4-openssl-dev libxml2-dev
|
||||
$ apt install -y build-essential pkg-config libssl-dev libcurl4-openssl-dev libxml2-dev
|
||||
```
|
||||
|
||||
#### Red Hat based distributions
|
||||
|
Loading…
Reference in New Issue
Block a user