add build instructions for fedora

This commit is contained in:
abdulalalalalala 2024-07-06 09:37:15 -05:00 committed by hurl-bot
parent 690c2c7852
commit 6b4dd61657
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D

View File

@ -109,7 +109,7 @@ $ cargo install hurl
$ conda install -c conda-forge hurl
```
Hurl can also be installed with [`conda-forge`] powered package manager like [`pixi`].
Hurl can also be installed with [`conda-forge`] powered package manager like [`pixi`].
### Docker
@ -131,13 +131,18 @@ Hurl sources are available in [GitHub].
Hurl depends on libssl, libcurl and libxml2 native libraries. You will need their development files in your platform.
#### Debian based distributions
```shell
$ apt install -y build-essential pkg-config libssl-dev libcurl4-openssl-dev libxml2-dev
```
#### Fedora based distributions
```shell
$ dnf install -y pkgconf-pkg-config gcc openssl-devel libxml2-devel
```
#### Red Hat based distributions
```shell
@ -153,7 +158,7 @@ $ pacman -S --noconfirm pkgconf gcc glibc openssl libxml2
#### Alpine based distributions
```shell
$ apk add curl-dev gcc libxml2-dev musl-dev openssl-dev
$ apk add curl-dev gcc libxml2-dev musl-dev openssl-dev
```
### Build on macOS