Updated Set up Build Environment on macOS (markdown)

Janek Bevendorff
2023-11-29 22:25:16 +01:00
parent 5cd49fbfb4
commit 057b0c50e1

@@ -46,7 +46,7 @@ If you installed the vcpkg stub package, set the `VCPKG_ROOT` environment variab
Finally, compile and install the actual build dependencies. Since Qt is extremely picky, you have to set your vcpkg triplet to either `x64-osx-release` or `arm64-osx-release` (depending on your architecture). The default `x64-osx` or `am64-osx` triplets do not work and will result only in nonsensical build failures. You can ask vcpkg to use a different triplet either by setting the `VCPKG_DEFAULT_TRIPLET` environment variable or by passing it via the `--triplet` parameter to the `vcpkg install` call.
The following packages need to be installed.
The following packages need to be installed:
```
vcpkg install argon2 botan minizip qt5 qt5-svg qt5-tools qt5-imageformats \
qt5-translations readline zlib libqrencode