Skip to content

Commit

Permalink
Add Alpine required packages info to build from sources
Browse files Browse the repository at this point in the history
  • Loading branch information
radekbenkel authored Nov 3, 2023
1 parent 1cf68fb commit d9afd0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ $ yum install -y pkg-config gcc openssl-devel libxml2-devel
$ pacman -Sy --noconfirm pkgconf gcc glibc openssl libxml2
```

#### Alpine based distributions

```shell
$ apk add curl-dev gcc libxml2-dev musl-dev openssl-dev
```

### Build on macOS

```shell
Expand Down

0 comments on commit d9afd0e

Please sign in to comment.