From eedfc87e05b05f469adff9d9ca7582094856937f Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Wed, 21 Feb 2024 21:44:01 +0100 Subject: [PATCH] Updated Building KeePassXC (markdown) --- Building-KeePassXC.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Building-KeePassXC.md b/Building-KeePassXC.md index 144e3ae..89f6ec1 100644 --- a/Building-KeePassXC.md +++ b/Building-KeePassXC.md @@ -110,8 +110,6 @@ make -j8 package ``` Make sure that `-DCMAKE_TOOLCHAIN_FILE` points to the correct path of your vcpkg installation. -Note: Running KeePassXC from the build directory requires all third-party DLLs to be in your DLL search path. You can achieve this by adding `build\vcpkg_installed\x64-windows\bin` to your `Path` environment variable. - If you build with Msys2, omit `-DCMAKE_TOOLCHAIN_FILE` and `-DVCPKG_TARGET_TRIPLET` altogether and add `-G "MSYS Makefiles"` instead. ## 3. Running tests