aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorols <oliver@leaversmith.com>2021-11-15 16:39:54 +0000
committerFelix Queißner <felix@ib-queissner.de>2021-11-15 20:01:06 +0100
commit9744a24ffbf4d5ea6ad8b418d740c90336ee33b8 (patch)
tree17c5d338ec553b57496fac7bcb2a9cf4f4ae4c67
parentbca592adf686b11321b7185f234525674d7d474c (diff)
Add additional brew command for macOS building
By default, after installing qt, users won't have qmake in their path. An additional command is needed to do this.
-rw-r--r--BUILDING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index c071198..f02eb88 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -130,7 +130,8 @@ Use QtCreator to build `./src/kristall.pro` with default settings.
#### macOS
1. Run `brew install qt@5 openssl` to install the `qt` and `openssl` packages with [Homebrew](https://brew.sh/).
-2. Run `make build/kristall` to build `kristall.app` in the `build` directory.
+2. Run `brew link qt5` to enable the use of `qmake`
+3. Run `make build/kristall` to build `kristall.app` in the `build` directory.
#### Haiku