From ff6108e4dff2bfdaffbacbd46c726c5028b3ba33 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Sat, 3 Sep 2016 12:57:47 +0200 Subject: README: Add short instructions how to build. --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index b67cb83..4a8977e 100644 --- a/README +++ b/README @@ -1,3 +1,15 @@ Directory hosting the "starting" Website for the whole Taler demo experience. Through it, it is possible to download the extension and get links to the demo bank and shop. + + +Buulding +----------- + +For building run:: + + git submodule init + git submodule update --remote + AUTOMAKE="automake --foreign" autoreconf -fiv + ./configure + make -- cgit v1.2.3