From 8e5ab1a7a13e69eba9c7e13b4dcb30b1c569917d Mon Sep 17 00:00:00 2001 From: bert hubert Date: Fri, 13 Apr 2018 21:13:37 +0200 Subject: [PATCH] compilation hints --- tdns/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tdns/README.md b/tdns/README.md index ed802c3..effd2b5 100644 --- a/tdns/README.md +++ b/tdns/README.md @@ -8,7 +8,8 @@ Note: this page is part of the Welcome to tdns, a 'from scratch' teaching authoritative server, implementing all of [basic DNS](../basic.md.html) in ~~1000~~ 1100 lines of code. Code is -[here](https://github.com/ahupowerdns/hello-dns/tree/master/tdns). +[here](https://github.com/ahupowerdns/hello-dns/tree/master/tdns). To +compile, see the end of this document. Even though the 'hello-dns' documents describe how basic DNS works, and how an authoritative server should function, nothing quite says how to do things @@ -719,6 +720,10 @@ $ ./tdns [::1]:5300 & $ dig -t any time.powerdns.org @::1 -p 5300 +short time.powerdns.org. 3600 IN TXT "The time is Fri, 13 Apr 2018 12:55:54 +0200" ``` + +For now, building requires the Boost headers, because of the Simplesocket +dependency. +