diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-01-21 23:40:17 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-01-21 23:40:17 -0500 |
| commit | b79f1b8ff4246a9d1d5f896f083d61dc076c30e2 (patch) | |
| tree | 8c53f8778d693a309c03d69d737b4b0d353efd94 /README.md | |
| parent | 2a44f95f168066532fb39d289c8518dfbdd91b19 (diff) | |
| parent | a214003559bd715bece48a9bc0e6c59b62fdcc8d (diff) | |
| download | monzero-gui-b79f1b8ff4246a9d1d5f896f083d61dc076c30e2.tar.gz monzero-gui-b79f1b8ff4246a9d1d5f896f083d61dc076c30e2.tar.xz monzero-gui-b79f1b8ff4246a9d1d5f896f083d61dc076c30e2.zip | |
Merge pull request #3307
a214003 README: Windows docker builds are reproducible since v0.17.1.9 (xiphon)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
