summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
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