diff --git a/docs/ftldns/compile.md b/docs/ftldns/compile.md index a9e03ca..e4c33d8 100644 --- a/docs/ftldns/compile.md +++ b/docs/ftldns/compile.md @@ -23,9 +23,9 @@ sudo dnf install gcc gmp-devel gmp-static m4 cmake libidn-devel readline-devel x Compile and install a recent version using: ```bash -wget https://ftp.gnu.org/gnu/nettle/nettle-3.6.tar.gz -tar -xzf nettle-3.6.tar.gz -cd nettle-3.6 +wget https://ftp.gnu.org/gnu/nettle/nettle-3.7.2.tar.gz +tar -xzf nettle-3.7.2.tar.gz +cd nettle-3.7.2 ./configure --libdir=/usr/local/lib make -j $(nproc) sudo make install