From 1a9511da29b0a2283073f42255798d625f7b3c08 Mon Sep 17 00:00:00 2001 From: mosin Date: Tue, 18 Sep 2018 22:45:44 -0400 Subject: [PATCH] Update INSTALL.md (#2299) * add build option for SSH Agent --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 00a701b24..a7e1f3a5c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -28,7 +28,6 @@ The following libraries are required: * libsodium (>= 1.0.12, optional for KeePassXC-Browser support) * libargon2 - Prepare the Building Environment ================================ @@ -99,6 +98,7 @@ These steps place the compiled KeePassXC binary inside the `./build/src/` direct -DWITH_XC_YUBIKEY=[ON|OFF] Enable/Disable YubiKey HMAC-SHA1 authentication support (default: OFF) -DWITH_XC_BROWSER=[ON|OFF] Enable/Disable KeePassXC-Browser extension support (default: OFF) -DWITH_XC_NETWORKING=[ON|OFF] Enable/Disable Networking support (favicon download) (default: OFF) + -DWITH_XC_SSHAGENT=[ON|OFF] Include SSH agent support. (default: OFF) -DWITH_XC_ALL=[ON|OFF] Enable/Disable compiling all plugins above (default: OFF) @@ -106,7 +106,7 @@ These steps place the compiled KeePassXC binary inside the `./build/src/` direct -DWITH_GUI_TESTS=[ON|OFF] Enable/Disable building of GUI tests (default: OFF) -DWITH_DEV_BUILD=[ON|OFF] Enable/Disable deprecated method warnings (default: OFF) -DWITH_ASAN=[ON|OFF] Enable/Disable address sanitizer checks (Linux / macOS only) (default: OFF) - -DWITH_COVERAGE=[ON|OFF] Enable/Disable coverage tests (GCC only) (default: OFF) + -DWITH_COVERAGE=[ON|OFF] Enable/Disable coverage tests (GCC only) (default: OFF) ``` * If you are on MacOS you must add this parameter to **Cmake**, with the Qt version you have installed
`-DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.6.2/lib/cmake/`