diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2022-01-01 12:54:25 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2022-01-01 12:54:25 -0500 |
| commit | a6fadd214067724303a2d59c6d73f8cdf41d672e (patch) | |
| tree | 0dd52fb5171c4ddeada646032cc7e068def47881 | |
| parent | 09bf4a1e712a3589631e98e7591c6031de9f81a5 (diff) | |
| parent | a4cc91cca27f9042438f76f3962fedacb1447be9 (diff) | |
| download | monzero-gui-a6fadd214067724303a2d59c6d73f8cdf41d672e.tar.gz monzero-gui-a6fadd214067724303a2d59c6d73f8cdf41d672e.tar.xz monzero-gui-a6fadd214067724303a2d59c6d73f8cdf41d672e.zip | |
Merge pull request #3804
a4cc91c DEPLOY: use correct ARCH (selsta)
| -rw-r--r-- | DEPLOY.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -8,11 +8,16 @@ Use macOS 10.12 - 10.13 for better backwards compability. 3. `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` +4. Compile `monero-wallet-gui.app` -5. `cd build/release && make deploy` +``` +mkdir build && cd build +cmake -D CMAKE_BUILD_TYPE=Release -D ARCH=default -D CMAKE_PREFIX_PATH=~/Qt5.12.8/5.12.8/clang_64 .. +make +make deploy +``` -6. Replace the `monerod` binary inside `monero-wallet-gui.app/Contents/MacOS/` with one built using deterministic builds / gitian. +5. Replace the `monerod` binary inside `monero-wallet-gui.app/Contents/MacOS/` with one built using deterministic builds / gitian. ## Codesigning and notarizing |
