From 981600c93500585991ccf6970619e4ed3d9df9fa Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 7 Dec 2023 03:30:42 +0100 Subject: [PATCH] DEPLOY: add missing code syntax highlighting --- DEPLOY.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DEPLOY.md b/DEPLOY.md index 455a62b5..b5b36ff5 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -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.