From e171408ba5628bea2f4564a6962bad6209ffd1ae Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Sat, 9 Dec 2023 13:49:01 +0100 Subject: [PATCH] Updated Building KeePassXC (markdown) --- Building-KeePassXC.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Building-KeePassXC.md b/Building-KeePassXC.md index d5ab601..881dba5 100644 --- a/Building-KeePassXC.md +++ b/Building-KeePassXC.md @@ -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: