Merge pull request #23

9b49b9f Add compilation instructions. (Eric Martindale)
This commit is contained in:
Pieter Wuille 2015-07-29 14:58:03 +02:00
commit 8ca655cd78
No known key found for this signature in database
GPG Key ID: 57896D2FF8F0B657
1 changed files with 10 additions and 0 deletions

10
README
View File

@ -38,6 +38,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
-------------------