summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2016-01-25 10:25:38 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2016-01-25 10:25:38 +0100
commit4ba62e6e6a626ed42884941fa4a1e0517dfe4a74 (patch)
tree0d753d6c141b77e242906fedf42d935b73d28fa4
parent8770790dcf0178887e4dc3176822fd08a9735e8b (diff)
parent0abcaaabdd35b2f399501fdc2d37f064109d0dbe (diff)
Merge branch 'master' of github.com:IJHack/qtpass
-rw-r--r--README.md19
1 files changed, 16 insertions, 3 deletions
diff --git a/README.md b/README.md
index ea3e7a76..197d8f0d 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,24 @@ Logo based on [Heart-padlock by AnonMoos](https://commons.wikimedia.org/wiki/Fil
Installation
------------
-On most systems all you need is:
-`qmake && make && make install`
+### Dependencies
+
+* QtPass requires Qt 4.8 or later, preferably Qt5.
+* The Linguist package is required to compile the translations.
+* For use of the fallback icons the SVG library is required.
+
+On most *nix systems all you need is:
+```
+qmake && make && make install
+```
On Mac OS X:
-`qmake && make && macdeployqt QtPass.app`
+```
+brew install qt5
+brew link --force qt5
+xcode-select --install
+qmake && make && macdeployqt QtPass.app
+```
Currently seems to only work with MacGPG2
Security considerations