I\'m trying to compile GnuTLS library several times on Centos 6.2 but with no luck. These are the steps:
I downloaded Nettle 2.4
[root@localhost opt]# wg
GnuTLS depends on nettle which is missing on your environment.
GnuTLS
nettle
cd nettle-xxx ./configure make sudo make install
ubuntu
apt
sudo apt install nettle-dev nettle-bin