taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 0c265558c4b7b78a13272abf1c4c84e3cf93c987
parent 3057dcfeba7441b1156db9aa746855c39313e9be
Author: Sebastian <sebasjm@gmail.com>
Date:   Fri, 22 Mar 2024 12:40:50 -0300

how to do a prebuilt

Diffstat:
MREADME | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -27,6 +27,26 @@ The CLI version of the wallet supports the normal GNU installation process. If you are compiling the code from git, you have to run `./bootstrap` before running `./configure`. +## Pushing a new prebuilt version + +After compiling run + +```shell +make prebuilt +``` + +This will create a directory `prebuilt` with a git subtree, +compile every prebuilt project, copy everything into this subtree +and create a commit with the default message mentioning from +which revision the prebuilt was created. +When the script completes the prebuilt version can should +be manually pushed. + +```shell +cd prebuilt +git push +``` + ### Building the WebExtension The WebExtension can be built via the 'webextension' make target: