mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Updated Set up Build Environment on macOS (markdown)
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user