summaryrefslogtreecommitdiff
path: root/demo/README
blob: 30bf51ee69b47be24fd558cb7e8855f5b1b22e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.


Building
-----------

For building run::

  git submodule init
  git submodule update --remote
  AUTOMAKE="automake --foreign" autoreconf -fiv
  ./configure
  make