aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2021-01-15 00:01:34 +0000
committerxiphon <xiphon@protonmail.com>2021-01-15 00:01:34 +0000
commita214003559bd715bece48a9bc0e6c59b62fdcc8d (patch)
tree17b4ba311c39d1ae0ed1e6764091552bc3604a30
parent3ca5f10fa8ce901a94188d4c76c5e5e8e8bf3ff2 (diff)
downloadmonzero-gui-a214003559bd715bece48a9bc0e6c59b62fdcc8d.tar.gz
monzero-gui-a214003559bd715bece48a9bc0e6c59b62fdcc8d.tar.xz
monzero-gui-a214003559bd715bece48a9bc0e6c59b62fdcc8d.zip
README: Windows docker builds are reproducible since v0.17.1.9
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index dd52e630..85dfdacb 100644
--- a/README.md
+++ b/README.md
@@ -80,13 +80,14 @@ Packaging for your favorite distribution would be a welcome contribution!
*Note*: Qt 5.9.7 is the minimum version required to build the GUI.
-### Building Windows static binaries with Docker (any OS)
+### Building Reproducible Windows static binaries with Docker (any OS)
1. Install Docker [https://docs.docker.com/engine/install/](https://docs.docker.com/engine/install/)
2. Clone the repository
```
- git clone --recursive https://github.com/monero-project/monero-gui.git
+ git clone --branch master --recursive https://github.com/monero-project/monero-gui.git
```
+ \* `master` - replace with the desired version tag (e.g. `v0.17.1.9`) to build the release binaries.
3. Prepare build environment
```
cd monero-gui
@@ -109,7 +110,7 @@ Packaging for your favorite distribution would be a welcome contribution!
```
git clone --branch master --recursive https://github.com/monero-project/monero-gui.git
```
- \* `master` - replace with the desired version tag (e.g. `v0.17.1.5`) to build the release binaries.
+ \* `master` - replace with the desired version tag (e.g. `v0.17.1.9`) to build the release binaries.
3. Prepare build environment
```
cd monero-gui