Skip to content

Instantly share code, notes, and snippets.

@LeeiFrankJaw
Last active April 24, 2018 07:00
Show Gist options
  • Save LeeiFrankJaw/0068ea73267c165ee4bef091fc3822f2 to your computer and use it in GitHub Desktop.
Save LeeiFrankJaw/0068ea73267c165ee4bef091fc3822f2 to your computer and use it in GitHub Desktop.
Install getdns on Ubuntu 16.04 LTS
git clone [email protected]:getdnsapi/getdns.git
cd getdns/
git checkout v1.4.1
git submodule update --init
sudo apt install libunbound-dev libidn2-0-dev
libtoolize -ci
autoreconf -fi
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment