diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-11-16 17:06:27 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-11-16 17:06:27 +0100 |
commit | 0703ba87e9e3b7f001e4240373322a19fccf2a21 (patch) | |
tree | 04915ec793ae72a331416ddb10180ba70d56c50b /README.1st | |
parent | 91628260f657fa41dcd5ea8e70b5e6785852f15c (diff) |
readme
Diffstat (limited to 'README.1st')
-rw-r--r-- | README.1st | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.1st b/README.1st new file mode 100644 index 000000000..e1925d7e7 --- /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 |