gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 122/130: readme


From: gnunet
Subject: [taler-exchange] 122/130: readme
Date: Wed, 17 Nov 2021 12:26:10 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 0703ba87e9e3b7f001e4240373322a19fccf2a21
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Nov 16 17:06:27 2021 +0100

    readme
---
 Makefile.am |  3 ++-
 README.1st  | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 4530bdb2..0bfe4ee0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,4 +24,5 @@ src/include/taler_error_codes.h: 
contrib/gana/gnu-taler-error-codes/registry.rec
 
 ACLOCAL_AMFLAGS = -I m4
 EXTRA_DIST = build-aux/config.rpath   \
-  AUTHORS
+  AUTHORS \
+  README.1st
diff --git a/README.1st b/README.1st
new file mode 100644
index 00000000..e1925d7e
--- /dev/null
+++ b/README.1st
@@ -0,0 +1,19 @@
+Building Taler
+==============
+
+Contributions are welcome. Please submit bugs you find to
+https://bugs.taler.net/ or our bugs mailinglist.  Submit patches via E-Mail to
+taler@gnu.org, formatted with `git format-patch`.
+
+In order to run the unit tests by hand (instead of using "make check"),
+you need to set the environment variable "TALER_PREFIX" to the
+directory where Taler's libraries are installed.
+Before running any testcases, you must complete the installation.
+
+Quick summary:
+
+$ ./configure --prefix=$SOMEWHERE
+$ make
+$ make install
+$ export $GNUNET_PREFIX=$SOMEWHERE
+$ make check

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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