compilation hints

This commit is contained in:
bert hubert
2018-04-13 21:13:37 +02:00
parent 68b03336d5
commit 8e5ab1a7a1

View File

@ -8,7 +8,8 @@ Note: this page is part of the
Welcome to tdns, a 'from scratch' teaching authoritative server, Welcome to tdns, a 'from scratch' teaching authoritative server,
implementing all of [basic DNS](../basic.md.html) in ~~1000~~ 1100 lines of implementing all of [basic DNS](../basic.md.html) in ~~1000~~ 1100 lines of
code. Code is 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 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 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 $ 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" 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.
<script> <script>
window.markdeepOptions={}; window.markdeepOptions={};
window.markdeepOptions.tocStyle = "long"; window.markdeepOptions.tocStyle = "long";