From 8af8a284321a6aa663ad9e581a3a70197aa20c7a Mon Sep 17 00:00:00 2001 From: Keith Wansbrough Date: Thu, 12 Nov 2015 21:56:48 +0000 Subject: [PATCH] Qt 5.5 setup has to be done each time. --- docs/INSTALL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 89519ef278..c7c9f0d81a 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -49,6 +49,9 @@ Install Qt 5.5: sudo add-apt-repository ppa:beineri/opt-qt55-trusty sudo apt-get update sudo apt-get install qt55base + +Set up the Qt 5.5 environment: + source /opt/qt55/bin/qt55-env.sh Do a git clone: