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.
This commit is contained in:
ols 2021-11-15 16:39:54 +00:00 committed by Felix Queißner
parent bca592adf6
commit 9744a24ffb
1 changed files with 2 additions and 1 deletions

View File

@ -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