summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorrin Nelson <lhn@mult.ifario.us>2015-06-28 15:55:08 -0700
committerLorrin Nelson <lhn@mult.ifario.us>2015-06-28 15:55:08 -0700
commit3f789a9e5062f7cd609232e51c1f712e9038fd53 (patch)
tree0d354802045133552eb79d23a6fd18de3844d87e
parent34200cc3a9d1abd738b29ade02e8d285b87e334f (diff)
Update README.md
Explicitly reference qt5-default package for installing build tools.
-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
---------------