Skip to content

Instantly share code, notes, and snippets.

@LeeiFrankJaw
Last active January 6, 2020 10:36
Show Gist options
  • Save LeeiFrankJaw/0735005da8ecbb730861ea03b7af261b to your computer and use it in GitHub Desktop.
Save LeeiFrankJaw/0735005da8ecbb730861ea03b7af261b to your computer and use it in GitHub Desktop.
Install Stubby on Ubuntu 16.04 LTS
# In fact, getdns repo has stubby as a submodule and there is no need
# to clone a separate repo.
git clone git@github.com:getdnsapi/stubby.git
cd stubby/
# please refer to
# [get-getdns.sh](https://gist.github.com/LeeiFrankJaw/0068ea73267c165ee4bef091fc3822f2)
# for how to install the getdns dependency.
sudo apt install libyaml-dev
autoreconf -vfi
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment