summaryrefslogtreecommitdiffstats
path: root/FAQ.md
diff options
context:
space:
mode:
authorJonathan Klimt <brouwer@annejan.com>2016-01-28 12:06:17 +0100
committerJonathan Klimt <jounathaen@mail.de>2016-01-28 12:06:17 +0100
commitcd7880534905471cd7e40b97e9f92386b32d6bb2 (patch)
tree83d9587516b4eacaa3099219393b001bf840bef0 /FAQ.md
parent5e5fd09671a0217193e2ba3dbab1ad2dc3c9e6f0 (diff)
markup mistake fixed
Diffstat (limited to 'FAQ.md')
-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.