Skip to content

Commit

Permalink
Add compilation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
martindale committed Mar 31, 2015
1 parent 11e935b commit 9b49b9f
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 @@ -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
-------------------

Expand Down

0 comments on commit 9b49b9f

Please sign in to comment.