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-10-03 04:30:17 +0300
committerJonathan White <support@dmapps.us>2016-10-03 04:30:17 +0300
commitdee331d52d5df5b8b282eb8cfa7cbbc39ea77a62 (patch)
tree507b3ca4b89caf765d96ebf91ca0d91ae9b09e5c /README.md
parent2146392a2fb753280846b989ad5e1d86d2c0fb9c (diff)
Fixed Travis CI build process
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index d791123bd..baa6ba27c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# KeePassX v2.0.2 + keepasshttp
+![alt text](https://travis-ci.org/keepassxreboot/keepassx.svg?branch=master "Travis-CI Badge")
+
## About
Fork of [KeePassX](https://www.keepassx.org/) with keepasshttp support for use with [PassIFox](https://addons.mozilla.org/en-us/firefox/addon/passifox/) for Mozilla Firefox and [chromeIPass](https://chrome.google.com/webstore/detail/chromeipass/ompiailgknfdndiefoaoiligalphfdae) for Google Chrome.
@@ -22,13 +24,12 @@ The following libraries are required:
* libgcrypt (>= 1.6)
* zlib
* libmicrohttpd
-* libxtst (optional for auto-type on X11)
* libxi, libxtst, qtx11extras (optional for auto-type on X11)
On Debian you can install them with:
```bash
-sudo apt-get install build-essential cmake qtbase5-dev libqt5x11extras5-dev qttools5-dev qttools5-dev-tools libgcrypt20-dev zlib1g-dev
+sudo apt-get install build-essential cmake libmicrohttpd-dev libxi-dev qtbase5-dev libqt5x11extras5-dev qttools5-dev qttools5-dev-tools libgcrypt20-dev zlib1g-dev
```
#### Build Steps