dev: Default building with Qt6 on all platforms (#5716)
This commit is contained in:
+2
-2
@@ -10,7 +10,7 @@ Local dev machines for testing are available on Apple Silicon on macOS 13.
|
||||
1. Install [Homebrew](https://brew.sh/#install)
|
||||
We use this for dependency management on macOS
|
||||
1. Install all dependencies:
|
||||
`brew install boost openssl@1.1 rapidjson cmake qt@5`
|
||||
`brew install boost openssl@3 rapidjson cmake qt@6`
|
||||
|
||||
## Building
|
||||
|
||||
@@ -21,7 +21,7 @@ Local dev machines for testing are available on Apple Silicon on macOS 13.
|
||||
1. Create a build directory and go into it:
|
||||
`mkdir build && cd build`
|
||||
1. Run CMake. To enable Lua plugins in your build add `-DCHATTERINO_PLUGINS=ON` to this command.
|
||||
`cmake -DCMAKE_PREFIX_PATH=/opt/homebrew/opt/qt@5 -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl@1.1 ..`
|
||||
`cmake -DCMAKE_PREFIX_PATH=/opt/homebrew/opt/qt@6 ..`
|
||||
1. Build:
|
||||
`make`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user