You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# git clone https://github.com/bundy-dns/bundy.git
# cd bundy
# autoreconf -i # this tool is provided by automake package. it generates the configure script.
# ./configure --prefix=/opt/bundy --with-log4cplus=/usr --with-gtest=/usr --disable-dhcp
# make
# make check # run the unit tests
# sudo make install # this installs Bundy-DNS in /opt/bundy
At the end of these steps, Bundy-DNS should be installed in /opt/bundy.