Skip to content

Commit

Permalink
Merge pull request #956 from pi-hole/new/idn2
Browse files Browse the repository at this point in the history
Update dependencies due to switching from libidn -> libidn2
  • Loading branch information
dschaper authored Dec 2, 2023
2 parents 4e9a6d9 + 90a3bd7 commit 7459417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ftldns/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Install them by running the following command in a terminal:
### Debian / Ubuntu / Raspbian

```bash
sudo apt install git wget ca-certificates build-essential libgmp-dev m4 cmake libidn11-dev libreadline-dev xxd
sudo apt install git wget ca-certificates build-essential libgmp-dev m4 cmake libidn2-dev libunistring-dev libreadline-dev xxd
```

### Fedora

```bash
sudo dnf install git wget ca-certificates gcc gmp-devel gmp-static m4 cmake libidn-devel readline-devel xxd
sudo dnf install git wget ca-certificates gcc gmp-devel gmp-static m4 cmake libidn2-devel libunistring-devel readline-devel xxd
```

## Compile `libnettle` from source
Expand Down

0 comments on commit 7459417

Please sign in to comment.