Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update build instructions
  • Loading branch information
dinony authored and phoerious committed Mar 18, 2018
1 parent ed2da34 commit 7e75d04
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.)

Expand Down

0 comments on commit 7e75d04

Please sign in to comment.