aboutsummaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2021-12-30 19:25:31 +0100
committerGitHub <noreply@github.com>2021-12-30 19:25:31 +0100
commite7b90a9a3cf0e45a510750b01e4fcf2f6eaced1e (patch)
tree875c8872b522fb0d55fb368a6f94b8de359ee2a9 /BUILD.md
parenta6e59cb4f43cbe19bf25390dff045202b636c4c7 (diff)
parent1f21d84fdc5b8229c15c6a5f1824cf1699783400 (diff)
downloadPrismLauncher-e7b90a9a3cf0e45a510750b01e4fcf2f6eaced1e.tar.gz
PrismLauncher-e7b90a9a3cf0e45a510750b01e4fcf2f6eaced1e.tar.bz2
PrismLauncher-e7b90a9a3cf0e45a510750b01e4fcf2f6eaced1e.zip
Merge pull request #4396 from Bildcraft1/develop
BUILD.MD: Changed from "Install Xcode" to install Xcode Command-Line tools
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 5f33555b..ecc46260 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -182,11 +182,19 @@ zlib1.dll
# macOS
### Install prerequisites:
-- Install XCode and set it up to the point where you can build things from a terminal
+- Install XCode Command Line tools
- Install the official build of CMake (https://cmake.org/download/)
- Install JDK 8 (https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html)
- Get Qt 5.6 and install it (https://download.qt.io/new_archive/qt/5.6/5.6.3/)
+### XCode Command Line tools
+
+If you don't have XCode CommandLine tools installed, you can install them by using this command in the Terminal App
+
+```bash
+xcode-select --install
+```
+
### Build
Pick an installation path - this is where the final `.app` will be constructed when you run `make install`. Supply it as the `CMAKE_INSTALL_PREFIX` argument during CMake configuration.