gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: update build instructions


From: gnunet
Subject: [taler-wallet-core] branch master updated: update build instructions
Date: Wed, 04 Nov 2020 14:16:36 +0100

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 c90b03ec update build instructions
c90b03ec is described below

commit c90b03ec57137278c42de8227300fe25a6657b8c
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Nov 4 14:16:28 2020 +0100

    update build instructions
---
 README | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/README b/README
index 80242dea..da04f7b3 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
 =================
 

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