gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-landing] branch master updated: improve landing docu


From: gnunet
Subject: [GNUnet-SVN] [taler-landing] branch master updated: improve landing docu and build system (#5693)
Date: Sat, 20 Apr 2019 22:29:16 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository landing.

The following commit(s) were added to refs/heads/master by this push:
     new be527b1  improve landing docu and build system (#5693)
be527b1 is described below

commit be527b14a2d644d5790d69b05abaabdee7fc00ba
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Apr 20 22:29:13 2019 +0200

    improve landing docu and build system (#5693)
---
 Makefile.am            |  1 +
 demo/README => README  | 11 +++++++++--
 configure.ac           |  2 +-
 demo/static/web-common |  2 +-
 4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..0f41786
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = demo
diff --git a/demo/README b/README
similarity index 71%
rename from demo/README
rename to README
index 30bf51e..cac5295 100644
--- a/demo/README
+++ b/README
@@ -3,10 +3,17 @@ 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::
+For building run:
 
   git submodule init
   git submodule update --remote
diff --git a/configure.ac b/configure.ac
index 7dd05e2..fffd9e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,5 +3,5 @@ AM_INIT_AUTOMAKE
 # check for typescript compiler
 AC_CHECK_PROG([tsc],[tsc],[yes],[no])
 AM_CONDITIONAL(HAVE_TSC, [ test "$tsc" = "yes"])
-AC_CONFIG_FILES(demo/Makefile demo/static/Makefile 
demo/static/web-common/Makefile)
+AC_CONFIG_FILES(Makefile demo/Makefile demo/static/Makefile 
demo/static/web-common/Makefile)
 AC_OUTPUT
diff --git a/demo/static/web-common b/demo/static/web-common
index e9554ba..ba4a54c 160000
--- a/demo/static/web-common
+++ b/demo/static/web-common
@@ -1 +1 @@
-Subproject commit e9554baf0f3f880d656284ef5e9089bbd8313464
+Subproject commit ba4a54c65786f35922616175b644f9db7897c87e

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]