summaryrefslogtreecommitdiff
path: root/README
blob: cac529533375d8134718ead4a6e4f8810da6cbb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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