Updated Building KeePassXC (markdown)

Janek Bevendorff
2024-02-21 21:44:01 +01:00
parent 5f9086b30f
commit eedfc87e05

@@ -110,8 +110,6 @@ make -j8 package
``` ```
Make sure that `-DCMAKE_TOOLCHAIN_FILE` points to the correct path of your vcpkg installation. 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. If you build with Msys2, omit `-DCMAKE_TOOLCHAIN_FILE` and `-DVCPKG_TARGET_TRIPLET` altogether and add `-G "MSYS Makefiles"` instead.
## 3. Running tests ## 3. Running tests