summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-01-25 10:04:55 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2016-01-25 10:04:55 +0100
commit0abcaaabdd35b2f399501fdc2d37f064109d0dbe (patch)
treeddfdd270719e868d662ae6151169038da727ff6c
parent55be6ec9adccdcc3a3e1e1aedb466942f324fd55 (diff)
Update README.md
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index 72c746a2..197d8f0d 100644
--- a/README.md
+++ b/README.md
@@ -22,8 +22,16 @@ 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:
```