From 7e75d040550232ccc6ae191a0c132b9708b227f0 Mon Sep 17 00:00:00 2001 From: dinony Date: Sun, 18 Mar 2018 01:10:00 +0100 Subject: Docs (#1749) Update build instructions --- INSTALL.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 86048b501..41a948b57 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -59,15 +59,22 @@ To update the project from within the project's folder, you can run the followin git pull ``` +For a stable build, it is recommended to checkout the master branch. + +```bash +git checkout master +``` + Navigate to the directory where you have downloaded KeePassXC and type these commands: ``` cd directory-where-sources-live mkdir build cd build -cmake -DWITH_TESTS=OFF ...and other options - see below... +cmake -DWITH_XC_ALL=ON .. make ``` + These steps place the compiled KeePassXC binary inside the `./build/src/` directory. (Note the cmake notes/options below.) -- cgit v1.2.3