summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLorrin Nelson <brouwer@annejan.com>2015-06-28 15:55:08 -0700
committerLorrin Nelson <lhn@mult.ifario.us>2015-06-28 15:55:08 -0700
commit8ee3ddcaebf08a4d7f1ffd3d1eb36d2dcd048822 (patch)
tree0d354802045133552eb79d23a6fd18de3844d87e /README.md
parent6bd4a1bf29616ed10101df2721f5b0875247f756 (diff)
Update README.md
Explicitly reference qt5-default package for installing build tools.
Diffstat (limited to 'README.md')
-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
---------------