diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2024-08-13 12:36:52 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2024-08-13 12:36:52 -0400 |
| commit | 94477c5480c04f3132af9f8cb970aa0eb6b44d70 (patch) | |
| tree | 1f905c72027a3bd3ebc6db78be59ac781af252dc | |
| parent | f0b1b8cd0896b8de6e5272d2206014d7db892942 (diff) | |
| parent | ca3dafc5f0cc9b2749a7e4b0cc84dd8fb9305cc7 (diff) | |
| download | monzero-gui-94477c5480c04f3132af9f8cb970aa0eb6b44d70.tar.gz monzero-gui-94477c5480c04f3132af9f8cb970aa0eb6b44d70.tar.xz monzero-gui-94477c5480c04f3132af9f8cb970aa0eb6b44d70.zip | |
Merge pull request #4285
ca3dafc DEPLOY: add more dependencies, use full path in prefix (selsta)
| -rw-r--r-- | DEPLOY.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ 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 hidapi` +1. `HOMEBREW_OPTFLAGS="-march=core2" HOMEBREW_OPTIMIZATION_LEVEL="O0" brew install boost zmq libpgm miniupnpc libsodium expat libunwind-headers protobuf@21 libgcrypt hidapi libusb cmake pkg-config && brew link protobuf@21` 2. Get the latest LTS from here: https://www.qt.io/offline-installers and install @@ -12,7 +12,7 @@ Use macOS 10.12 - 10.13 for better backwards compability. ```bash 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 .. +cmake -D CMAKE_BUILD_TYPE=Release -D ARCH=default -D CMAKE_PREFIX_PATH=/path/to/Qt5.12.8/5.12.8/clang_64 .. make make deploy ``` |
