diff options
| author | Alexander Blair <snipa@jagtech.io> | 2020-11-06 05:09:30 -0800 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2020-11-06 05:09:31 -0800 |
| commit | 149732af3a9fd2c6bfdc0065937523ca3854a9e1 (patch) | |
| tree | 16bb7bc938c3acf6ac1d6b689ea3c628d5087bd8 | |
| parent | 2bb6da5f091ebf2c9f30139e4e97dbc4d53f82e7 (diff) | |
| parent | c2977ac410dfd4e79bcd295fcf524dc238fb2c93 (diff) | |
| download | monzero-gui-149732af3a9fd2c6bfdc0065937523ca3854a9e1.tar.gz monzero-gui-149732af3a9fd2c6bfdc0065937523ca3854a9e1.tar.xz monzero-gui-149732af3a9fd2c6bfdc0065937523ca3854a9e1.zip | |
Merge pull request #3203
c2977ac4 DEPLOY: new hidapi release available (selsta)
| -rw-r--r-- | DEPLOY.md | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -2,19 +2,17 @@ Use macOS 10.12 - 10.13 for better backwards compability. -1. `HOMEBREW_OPTFLAGS="-march=core2" HOMEBREW_OPTIMIZATION_LEVEL="O0" brew install boost zmq libpgm miniupnpc libsodium expat libunwind-headers protobuf libgcrypt` +1. `HOMEBREW_OPTFLAGS="-march=core2" HOMEBREW_OPTIMIZATION_LEVEL="O0" brew install boost zmq libpgm miniupnpc libsodium expat libunwind-headers protobuf libgcrypt hidapi` -2. `HOMEBREW_OPTFLAGS="-march=core2" HOMEBREW_OPTIMIZATION_LEVEL="O0" brew install --HEAD hidapi` +2. Get the latest LTS from here: https://www.qt.io/offline-installers and install -3. Get the latest LTS from here: https://www.qt.io/offline-installers and install +3. `git clone --recursive -b v0.X.Y.Z --depth 1 https://github.com/monero-project/monero-gui` -4. `git clone --recursive -b v0.X.Y.Z --depth 1 https://github.com/monero-project/monero-gui` +4. `CMAKE_PREFIX_PATH=~/Qt5.12.8/5.12.8/clang_64 make release` -5. `CMAKE_PREFIX_PATH=~/Qt5.12.8/5.12.8/clang_64 make release` +5. `cd build/release && make deploy` -6. `cd build/release && make deploy` - -7. Replace the `monerod` binary inside `monero-wallet-gui.app/Contents/MacOS/` with one built using deterministic builds / gitian. +6. Replace the `monerod` binary inside `monero-wallet-gui.app/Contents/MacOS/` with one built using deterministic builds / gitian. ## Codesigning and notarizing |
