From 2e95bd9f19797bc4d19c284c793ff98aaeb99d4f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 20 Apr 2019 12:12:58 +0200 Subject: add auditor setup instructions (#5694) --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..8974620 --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +This repository just contains the auditor's standalone Web site. +The actual auditing logic is part of the 'exchange.git' repository. + +To build the auditor web page stand alone, make sure you have GNUnet +installed (e.g. via apt install gnunet) for the required gnunet-ecc +support, and run the following steps from the repository root: + +$ git submodule init +$ git submodule update --remote +$ make + -- cgit v1.2.3