Skip to content

Commit

Permalink
Merge pull request sipa#23
Browse files Browse the repository at this point in the history
9b49b9f Add compilation instructions. (Eric Martindale)
  • Loading branch information
sipa committed Jul 29, 2015
2 parents 1b9abcf + 5c9d4a9 commit fef93e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------

Expand Down

0 comments on commit fef93e6

Please sign in to comment.