Merge pull request #23
9b49b9f
Add compilation instructions. (Eric Martindale)
This commit is contained in:
commit
8ca655cd78
1 changed files with 10 additions and 0 deletions
10
README
10
README
|
@ -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
|
If you want the DNS server to report SOA records, please provide an
|
||||||
e-mailadres (with the @ part replaced by .) using -m.
|
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
|
RUNNING AS NON-ROOT
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue