summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-09-03 12:57:47 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-09-03 12:57:47 +0200
commitff6108e4dff2bfdaffbacbd46c726c5028b3ba33 (patch)
treec65cc60908fb51fb6426f7688e861e66a2f34310
parentd1bc2a9ad718c2a8c1caa37c41884419a4a21430 (diff)
downloadlanding-ff6108e4dff2bfdaffbacbd46c726c5028b3ba33.tar.gz
landing-ff6108e4dff2bfdaffbacbd46c726c5028b3ba33.tar.bz2
landing-ff6108e4dff2bfdaffbacbd46c726c5028b3ba33.zip
README: Add short instructions how to build.
-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