summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-20 22:29:13 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-20 22:29:13 +0200
commitbe527b14a2d644d5790d69b05abaabdee7fc00ba (patch)
tree0a20a4984db182d09ce34f5fc3135504de7d2364 /README
parentc05d4a7888e543bd5a17583a2e69fe3679567e75 (diff)
downloadlanding-demo-2019-08-31-00.tar.gz
landing-demo-2019-08-31-00.tar.bz2
landing-demo-2019-08-31-00.zip
improve landing docu and build system (#5693)demo-2019-08-31-00
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..cac5295
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+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.
+
+
+Requirements
+------------
+
+# apt install automake autoconf make
+# apt install python3-jsmin
+
+
+Building
+--------
+
+For building run:
+
+ git submodule init
+ git submodule update --remote
+ AUTOMAKE="automake --foreign" autoreconf -fiv
+ ./configure
+ make