From 0c265558c4b7b78a13272abf1c4c84e3cf93c987 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 22 Mar 2024 12:40:50 -0300 Subject: how to do a prebuilt --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'README') diff --git a/README b/README index 4bf368726..471815c0b 100644 --- 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: -- cgit v1.2.3