summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FAQ.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/FAQ.md b/FAQ.md
index 65ff7d3e..934909fc 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -73,9 +73,11 @@ export DESKTOP_SESSION=gnome
* Another possible reason is, that the currently installed Qt Version makes problems (e.g. on Linux Mint 17.3)
Then you have to install the current version via your package manager or if this is not upt to date,
download it from http://www.qt.io/download/ install it and run:
-```/PATHTOYOURQTINSTALLATION/5.5/gcc_64/bin/qmake
+```
+/PATHTOYOURQTINSTALLATION/5.5/gcc_64/bin/qmake
make
-(sudo) make install```
+(sudo) make install
+```
where `PATHTOYOURINSTALLATION` is the path you selected in the qt installer (default `/home/YOURUSER/Qt/` )
and 5.5 has to be adapted for the Qt version you downloaded.