Add libreadline-dev to FTL build page (#432)

* Add libreadline-dev to FTL build page

* Add readline-devel to fedora section

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2020-12-26 22:10:53 +00:00
committed by GitHub
parent cf0018adcf
commit 591c4fdaa8
+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 libidn11-dev
sudo apt install build-essential libgmp-dev m4 cmake libidn11-dev libreadline-dev
```
### Fedora
```bash
sudo dnf install gcc gmp-devel gmp-static m4 cmake libidn-devel
sudo dnf install gcc gmp-devel gmp-static m4 cmake libidn-devel readline-devel
```
## Compile `libnettle` from source