Add compilation instructions.

This commit is contained in:
Eric Martindale 2015-03-31 17:19:53 +00:00
parent 11e935b720
commit 9b49b9f2a0
1 changed files with 10 additions and 0 deletions

10
README
View File

@ -33,6 +33,16 @@ On the system vps.example.com, you can now run dnsseed:
If you want the DNS server to report SOA records, please provide an
e-mailadres (with the @ part replaced by .) using -m.
COMPILING
---------
Compiling will require boost and ssl. On debian systems, these are provided
by `libboost-dev` and `libssl-dev` respectively.
$ make
This will produce the `dnsseed` binary.
RUNNING AS NON-ROOT
-------------------