Last active
          April 24, 2018 07:00 
        
      - 
      
- 
        Save LeeiFrankJaw/0068ea73267c165ee4bef091fc3822f2 to your computer and use it in GitHub Desktop. 
    Install getdns on Ubuntu 16.04 LTS
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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