summaryrefslogtreecommitdiffstats
path: root/FAQ.md
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-04-21 01:09:46 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2016-04-21 01:09:46 +0200
commit8f7694dd404e328e2b9e48594bff99e0922b66ad (patch)
tree383bf986344ce170f164897df0b237087ce78861 /FAQ.md
parent61cc2e11540ade12c1af79a2e6f67b1fb951179c (diff)
Added coala bears and did some minor cleanup
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/FAQ.md b/FAQ.md
index f328125d..197a811c 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -70,12 +70,12 @@ Please install using your favorite package manager.
export DESKTOP_SESSION=gnome
```
-* Another possible reason is, that the currently installed Qt Version makes problems (e.g. on Linux Mint 17.3)
+* 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 up-to-date,
download it from http://www.qt.io/download/ install it and run:
```
/PATHTOYOURQTINSTALLATION/5.5/gcc_64/bin/qmake
-make
+make
(sudo) make install
```
where `PATHTOYOURINSTALLATION` is the path you selected in the qt installer (default `/home/YOURUSER/Qt/` )