Updated Building KeePassXC (markdown)

Janek Bevendorff
2024-02-18 23:20:31 +01:00
parent f27f5813b6
commit d015df8651

@@ -88,7 +88,7 @@ cmake \
-DWITH_XC_ALL=ON ..
make -j8 package
```
Make sure that `${VCPKG_ROOT}` points to your vcpkg installation. Omit `DCMAKE_TOOLCHAIN_FILE` and `-DVCPKG_TARGET_TRIPLET` if you installed dependencies via Homebrew. Replace `arm64-osx-dynamic-release` with `x64-osx-dynamic-release` if you compile for Intel Macs.
Make sure that `${VCPKG_ROOT}` points to your vcpkg installation. Omit `-DCMAKE_TOOLCHAIN_FILE` and `-DVCPKG_TARGET_TRIPLET` if you installed dependencies via Homebrew. Replace `arm64-osx-dynamic-release` with `x64-osx-dynamic-release` if you compile for Intel Macs.
If you installed Qt5 via Homebrew and CMake fails to find your Qt installation, you can specify it manually by adding the following parameter: