Add libidn dependency.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-07-16 00:14:24 +02:00
parent 71eeaac8ee
commit 79743cd0e8
+2 -2
View File
@@ -8,13 +8,13 @@ Install them by running the following command in a terminal:
### Debian / Ubuntu / Raspbian
```bash
sudo apt install build-essential libgmp-dev m4 cmake
sudo apt install build-essential libgmp-dev m4 cmake libidn11-dev
```
### Fedora
```bash
sudo dnf install gcc gmp-devel gmp-static m4 cmake
sudo dnf install gcc gmp-devel gmp-static m4 cmake libidn-devel
```
## Compile `libnettle` from source