From 9b49b9f2a00e20b30a736435b062b390ef6b37a7 Mon Sep 17 00:00:00 2001 From: Eric Martindale Date: Tue, 31 Mar 2015 17:19:53 +0000 Subject: [PATCH] Add compilation instructions. --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index ca0656a..4dbe538 100644 --- a/README +++ b/README @@ -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 -------------------