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