From 55be6ec9adccdcc3a3e1e1aedb466942f324fd55 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Mon, 25 Jan 2016 09:49:37 +0100 Subject: Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea3e7a76..72c746a2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,12 @@ On most 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 -- cgit v1.2.3 From 0abcaaabdd35b2f399501fdc2d37f064109d0dbe Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Mon, 25 Jan 2016 10:04:55 +0100 Subject: Update README.md --- README.md | 12 ++++++++++-- 1 file 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: ``` -- cgit v1.2.3