summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrealitygaps <realitygaps@users.noreply.github.com>2015-06-29 01:14:48 +0200
committerrealitygaps <realitygaps@users.noreply.github.com>2015-06-29 01:14:48 +0200
commit9ad76a33a65ea9831decc5d2357456000223e560 (patch)
tree0d354802045133552eb79d23a6fd18de3844d87e
parent34200cc3a9d1abd738b29ade02e8d285b87e334f (diff)
parent3f789a9e5062f7cd609232e51c1f712e9038fd53 (diff)
Merge pull request #62 from lorrin/patch-1
Mention qt5-default package in README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 394cd2aa..32b29fd5 100644
--- a/README.md
+++ b/README.md
@@ -71,12 +71,12 @@ Installation
On most systems all you need is:
`qmake && make && make install`
-On MacOsX:
+On Mac OS X:
`qmake && make && macdeployqt QtPass.app`
* Currently seems to only work with MacGPG2
On some systems there are issues with qt4 and qt5 being installed at the same time.
-An easy fix is regenerating the Makefile with: `make clean && rm Makefile && qmake -qt5` or if qmake is ambiguous: `qmake-qt5`
+An easy fix is regenerating the Makefile with: `make clean && rm Makefile && qmake -qt5` or if qmake is ambiguous: `qmake-qt5`. On Debian (and derivatives such as Ubuntu), the `qt5-default` package will install the required build tools.
Further reading
---------------