Updated Building KeePassXC (markdown)

Janek Bevendorff
2023-12-09 13:49:01 +01:00
parent 51b78d581d
commit e171408ba5

@@ -94,7 +94,6 @@ cmake -DCMAKE_BUILD_TYPE=Release -DWITH_XC_ALL=ON ..
make -j8 package
```
#### Notes:
If you have `vcpkg` installed, add `-DCMAKE_TOOLCHAIN_FILE=${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake` to the `cmake` command to automatically download and install all required build and runtime dependencies locally to your build directory before compiling KeePassXC.
If you installed Qt5 via Homebrew and CMake fails to find your Qt installation, you can specify it manually by adding the following parameter: