gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 04/08: how to do a prebuilt


From: gnunet
Subject: [taler-wallet-core] 04/08: how to do a prebuilt
Date: Tue, 26 Mar 2024 20:58:51 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit 0c265558c4b7b78a13272abf1c4c84e3cf93c987
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Mar 22 12:40:50 2024 -0300

    how to do a prebuilt
---
 README | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

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:

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