diff --git a/docs/ftldns/compile.md b/docs/ftldns/compile.md index 0a2f6b9..5b8d835 100644 --- a/docs/ftldns/compile.md +++ b/docs/ftldns/compile.md @@ -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