update build instructions
This commit is contained in:
parent
7636f06f34
commit
c90b03ec57
18
README
18
README
@ -5,6 +5,12 @@ This repository contains the implementation of a wallet for GNU Taler written
|
|||||||
in TypeScript.
|
in TypeScript.
|
||||||
|
|
||||||
|
|
||||||
|
Dependencies
|
||||||
|
============
|
||||||
|
|
||||||
|
In order to build the GNU Taler wallet, make sure that you have Node.JS and pnpm installed.
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
@ -13,6 +19,18 @@ The CLI version of the wallet supports the normal GNU installation process:
|
|||||||
./bootstrap && ./configure [ --prefix=$PREFIX ] && make install
|
./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
|
Integration Tests
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user