Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKeith Wansbrough <keithw@lochan.org>2015-11-13 00:56:48 +0300
committerKeith Wansbrough <keithw@lochan.org>2015-11-13 00:58:58 +0300
commit8af8a284321a6aa663ad9e581a3a70197aa20c7a (patch)
treef34916f3087aa2d6a4526b4c99eaece3ff192922 /docs
parenta450dec312a5664119d72912e14d3dc44aac7341 (diff)
Qt 5.5 setup has to be done each time.
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.md3
1 files changed, 3 insertions, 0 deletions
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: