From 58fc3c5602ebfa32fbb3f7c092ad52ae45f79445 Mon Sep 17 00:00:00 2001 From: khg8m3r Date: Sat, 9 Oct 2021 16:01:54 -0400 Subject: [PATCH] Small cleanup from last update --- Building-for-macOS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 769abe1..750a3f6 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -12,7 +12,7 @@ After Xcode has been downloaded and installed, the active developer directory mu sudo xcode-select -s /path/to/Xcode.app/Contents/Developer ``` -**Note:** Make sure you have the correct version of Xcode installed with the macOS SDK for your OS version. Specifically, macOS 10.13 runs up to Xcode 10, and Xcode 10 only has the macOS 14 SDK. You can download other versions of Xcode and extract the macOS SDK to add to your existing Xcode installation if needed. +**Note:** Make sure you have the correct version of Xcode installed with the macOS SDK for your OS version. For example, macOS 10.13 runs up to Xcode 10, and Xcode 10 only has the macOS 14 SDK. You can download other versions of Xcode and extract the macOS SDK to add to your existing Xcode installation if needed. ## Install Qt @@ -22,7 +22,7 @@ The offline installer can be found here. https://www.qt.io/offline-installers When it comes to selecting components to install, select the Qt prebuilt components for MacOS. -Export your Qt5_DIR to the folder in your Qt installation with Qt5Config.cmake in it ( this is usually ///clang_64/lib/cmake/Qt5 ) by entering in terminal `export Qt5_DIR=` +Export your Qt5_DIR to the folder in your Qt installation with Qt5Config.cmake in it ( this is usually `///clang_64/lib/cmake/Qt5` ) by entering in Terminal: `export Qt5_DIR=` Append the Qt5_DIR to your PATH with `export PATH=$PATH:$Qt5_DIR`