Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2016-02-28 19:00:05 +0300
committerJonathan White <support@dmapps.us>2016-02-28 19:00:05 +0300
commitf48fdc1d7138b618f76141f62d2efc91f7bc38d2 (patch)
tree02b815626dde0b6d36bb59d2631a811744d254f5 /README.md
parent7f7753a004749997b931e1ee079ee316b1175f08 (diff)
Updated Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index c53d98ebb..44834209f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# KeePassX + keepasshttp
+# KeePassX v2.0.2 + keepasshttp
## About
@@ -6,7 +6,9 @@ Fork of [KeePassX](https://www.keepassx.org/) with keepasshttp support for use w
KeePassHttp implementation has been forked from jdachtera's repository, which in turn was based on code from code with Francois Ferrand's [keepassx-http](https://gitorious.org/keepassx/keepassx-http/source/master:) repository.
-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. I have started removing any additions to the code that were not strictly related to implemeting the keepasshttp protocol in KeePassX.
+This is a rebuild from [denk-mal's keepasshttp](https://github.com/denk-mal/keepassx.git) that brings it forward to Qt5 and KeePassX v2.0.2.
+
+*NOTE: I have not been able to get the tests to build properly yet.*
#### Build Dependencies
@@ -22,7 +24,6 @@ The following libraries are required:
* libgcrypt (>= 1.6)
* zlib
* libmicrohttpd
-* QJSON
* libxtst (optional for auto-type on X11)
* libxtst, qtx11extras (optional for auto-type on X11)
@@ -39,7 +40,7 @@ To compile from source:
```bash
mkdir build
cd build
-cmake ..
+cmake -DWITH_TESTS=OFF ..
make [-jX]
```