gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: readme


From: gnunet
Subject: [taler-wallet-core] branch master updated: readme
Date: Mon, 10 Aug 2020 13:32:14 +0200

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

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 2a4d2944 readme
2a4d2944 is described below

commit 2a4d2944aa4cd3045ae0b9c1569395c484eb4d05
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Mon Aug 10 17:02:08 2020 +0530

    readme
---
 README | 50 ++++++++++++++------------------------------------
 1 file changed, 14 insertions(+), 36 deletions(-)

diff --git a/README b/README
index c3e511cc..93eaf4ed 100644
--- a/README
+++ b/README
@@ -1,49 +1,27 @@
 GNU Taler Wallet
 ================
 
-This package implements a wallet for GNU Taler in TypeScript.
+This repository contains the implementation of a wallet for GNU Taler written
+in TypeScript.
 
-It can be run on different platforms:
-1. As a cross-browser extension, written for the WebExtension API
-2. As a Node.js package
 
-
-Dependencies
+Installation
 ============
 
-Dependencies are managed as NPM dependencies.  For performance reasons,
-we use `yarn' as a replacement for `npm' in the build system.
-
-
-pre-configure step
-==================
-
-When building from source, run
-
-`./bootstrap`
-
+The CLI version of the wallet supports the normal GNU installation process:
 
-Building from source (Web Extension)
-======================================
+  ./bootstrap && ./configure [ --prefix=$PREFIX ] && make install
 
-Run `./configure --prefix=$PREFIX && make webex-stable'
-to create an archive containing the extension
-in ./build/taler-wallet-$VERSION.zip
 
+Integration Tests
+=================
 
-Building from source (Node.JS)
-======================================
-
-Run `./configure --prefix=$PREFIX && make' to build the wallet.
-The command line interface for the wallet is available
-in `./bin/taler-wallet-cli'.
-
-
-Installation
-============
-
-To install the package permanently on your system, run:
+This repository comes with integration tests for GNU Taler.  To run them,
+install the wallet first.  Then use the test runner from the
+taler-integrationtests package:
 
-`$ npm install -g --prefix $PREFIX .``
+  cd packages/taler-integrationtests/
+  ./testrunner '*'
 
-The binaries will be installed to `$PREFIX/bin`.
+The test runner accepts a bash glob pattern as parameter.  Individual tests can
+be run by specifying their name.

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