mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
cross-platformhacktoberfestkeepasskeepassxclinuxmacospasswordpassword-managerprivacysecuritywindowsyubikey
.tx | ||
cmake | ||
share | ||
src | ||
tests | ||
utils | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG | ||
CMakeLists.txt | ||
COPYING | ||
INSTALL | ||
LICENSE.BSD | ||
LICENSE.CC0 | ||
LICENSE.GPL-2 | ||
LICENSE.GPL-3 | ||
LICENSE.LGPL-2.1 | ||
LICENSE.LGPL-3 | ||
LICENSE.NOKIA-LGPL-EXCEPTION | ||
README.md |
KeePassX + keepasshttp
About
Fork of KeePassX with keepasshttp support for use with PassIFox for Mozilla Firefox and chromeIPass for Google Chrome.
My intention is to keep this repository as up-to-date with the main keePassX repo as possible and, time allowing, clean-up the keepasshttp implementation enough for it to be merged with upstream.
Build Dependencies
The following tools must exist within your PATH:
- make
- cmake (>= 2.6.4)
- g++ or clang++
The following libraries are required:
- Qt 4 (>= 4.6)
- libgcrypt
- zlib
- QJSON
Build Steps
To compile from source:
mkdir build
cd build
cmake ..
make [-jX]
You will have the compiled KeePassX binary inside the ./build/src/
directory.
To install this binary execute the following:
sudo make install
More detailed instructions available in the INSTALL file.