mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-20 03:08:45 +00:00
@@ -7,7 +7,7 @@ Install them by running the following command in a terminal:
|
||||
sudo apt install build-essential libgmp-dev m4
|
||||
```
|
||||
|
||||
You'll also need to compile a recent version of `nettle` as *FTL*DNS uses `libnettle` for handling DNSSEC. Compile and install a recent version of `nettle` (we tested 3.4) like
|
||||
You'll also need to compile a recent version of `nettle` as *FTL*DNS uses `libnettle` for handling DNSSEC. Compile and install a recent version of `nettle` (we tested 3.4):
|
||||
```
|
||||
wget https://ftp.gnu.org/gnu/nettle/nettle-3.4.tar.gz
|
||||
tar -xvzf nettle-3.4.tar.gz
|
||||
@@ -26,7 +26,7 @@ cd FTL
|
||||
|
||||
If you want to build another branch and not `master`, use checkout to get to this branch (e.g. `git checkout development`).
|
||||
|
||||
*FTL*DNS can be compiled and installed like
|
||||
*FTL*DNS can now be compiled and installed:
|
||||
```
|
||||
make -j 4
|
||||
sudo make install
|
||||
|
||||
Reference in New Issue
Block a user