diff --git a/Building-KeePassXC.md b/Building-KeePassXC.md index a29d8b5..15ebb74 100644 --- a/Building-KeePassXC.md +++ b/Building-KeePassXC.md @@ -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: