summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-03-22 12:40:50 -0300
committerSebastian <sebasjm@gmail.com>2024-03-26 16:57:58 -0300
commit0c265558c4b7b78a13272abf1c4c84e3cf93c987 (patch)
tree7f13ddea88083333b37afe8f687103a4c56b5db3
parent3057dcfeba7441b1156db9aa746855c39313e9be (diff)
downloadwallet-core-0c265558c4b7b78a13272abf1c4c84e3cf93c987.tar.gz
wallet-core-0c265558c4b7b78a13272abf1c4c84e3cf93c987.tar.bz2
wallet-core-0c265558c4b7b78a13272abf1c4c84e3cf93c987.zip
how to do a prebuilt
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
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: