mirror of
https://github.com/pi-hole/docs.git
synced 2026-02-15 07:26:03 +00:00
Merge pull request #486 from pi-hole/update/nettle-3.7.2
Recommend to use nettle 3.7.2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user