mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-19 03:28:25 -04:00
Updated Readme
This commit is contained in:
parent
7f7753a004
commit
f48fdc1d71
1 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
# KeePassX + keepasshttp
|
# KeePassX v2.0.2 + keepasshttp
|
||||||
|
|
||||||
## About
|
## 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.
|
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
|
#### Build Dependencies
|
||||||
|
|
||||||
|
@ -22,7 +24,6 @@ The following libraries are required:
|
||||||
* libgcrypt (>= 1.6)
|
* libgcrypt (>= 1.6)
|
||||||
* zlib
|
* zlib
|
||||||
* libmicrohttpd
|
* libmicrohttpd
|
||||||
* QJSON
|
|
||||||
* libxtst (optional for auto-type on X11)
|
* libxtst (optional for auto-type on X11)
|
||||||
* libxtst, qtx11extras (optional for auto-type on X11)
|
* libxtst, qtx11extras (optional for auto-type on X11)
|
||||||
|
|
||||||
|
@ -39,7 +40,7 @@ To compile from source:
|
||||||
```bash
|
```bash
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake -DWITH_TESTS=OFF ..
|
||||||
make [-jX]
|
make [-jX]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue