diff options
| author | selsta <selsta@sent.at> | 2023-12-07 03:30:42 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2023-12-27 04:45:17 +0100 |
| commit | 981600c93500585991ccf6970619e4ed3d9df9fa (patch) | |
| tree | dfdea549255b8e0d0609a329b50a8504fe0903f2 | |
| parent | 819c2f57bed7dd3a9acc22aaa4d0e7f4bb377119 (diff) | |
| download | monzero-gui-981600c93500585991ccf6970619e4ed3d9df9fa.tar.gz monzero-gui-981600c93500585991ccf6970619e4ed3d9df9fa.tar.xz monzero-gui-981600c93500585991ccf6970619e4ed3d9df9fa.zip | |
DEPLOY: add missing code syntax highlighting
| -rw-r--r-- | DEPLOY.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -10,7 +10,7 @@ Use macOS 10.12 - 10.13 for better backwards compability. 4. Compile `monero-wallet-gui.app` -``` +```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 .. make @@ -70,4 +70,6 @@ make make install ``` +For compilation with Xcode 15 the following patch has to be applied: https://raw.githubusercontent.com/Homebrew/formula-patches/086e8cf/qt5/qt5-qmake-xcode15.patch + The `CMAKE_PREFIX_PATH` has to be set to `/path/to/qt-build-dir/` during monero-gui compilation. |
