aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2020-11-01 00:25:08 +0100
committerselsta <selsta@sent.at>2020-11-01 00:25:08 +0100
commitc2977ac410dfd4e79bcd295fcf524dc238fb2c93 (patch)
tree55bc85e8729e5159adcae570cd704791a85cbbf9
parent04429e85e6ccedee455eaf3b3b50fbecc6d9a083 (diff)
downloadmonzero-gui-c2977ac410dfd4e79bcd295fcf524dc238fb2c93.tar.gz
monzero-gui-c2977ac410dfd4e79bcd295fcf524dc238fb2c93.tar.xz
monzero-gui-c2977ac410dfd4e79bcd295fcf524dc238fb2c93.zip
DEPLOY: new hidapi release available
-rw-r--r--DEPLOY.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index 51934e08..6c1bf650 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -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