summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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