This commit is contained in:
Christian Grothoff 2021-11-16 17:06:27 +01:00
parent 91628260f6
commit 0703ba87e9
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 21 additions and 1 deletions

View File

@ -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

19
README.1st Normal file
View File

@ -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