summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2020-11-04 14:16:28 +0100
committerFlorian Dold <florian@dold.me>2020-11-04 14:16:28 +0100
commitc90b03ec57137278c42de8227300fe25a6657b8c (patch)
tree745cd81f3e937db04d02c31ea20b574a5f402f18 /README
parent7636f06f34426110e1712768d016363985c4a164 (diff)
downloadwallet-core-c90b03ec57137278c42de8227300fe25a6657b8c.tar.gz
wallet-core-c90b03ec57137278c42de8227300fe25a6657b8c.tar.bz2
wallet-core-c90b03ec57137278c42de8227300fe25a6657b8c.zip
update build instructions
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
index 80242dead..da04f7b39 100644
--- a/README
+++ b/README
@@ -5,6 +5,12 @@ This repository contains the implementation of a wallet for GNU Taler written
in TypeScript.
+Dependencies
+============
+
+In order to build the GNU Taler wallet, make sure that you have Node.JS and pnpm installed.
+
+
Installation
============
@@ -13,6 +19,18 @@ The CLI version of the wallet supports the normal GNU installation process:
./bootstrap && ./configure [ --prefix=$PREFIX ] && make install
+Building the WebExtension
+=========================
+
+The WebExtension can be built via the 'webextension' make target:
+
+ ./bootstrap && ./configure && make webextension
+
+This will create the zip file with the WebExtension in the location
+
+ packages/taler-wallet-webextension/taler-wallet-$VERSION.zip
+
+
Integration Tests
=================