summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-04-09 12:12:08 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-04-09 12:12:08 +0200
commit4271b6364f581b37f5fe125c1992e1420b3e51d1 (patch)
treed2c668501d0a70ebeb959cef571ed8e9272da96b /README.md
parent23de2539173b2ebcd01e2420b3ed1e0d5d4bc2f5 (diff)
links for other distros
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c42fdf7..9b8e982 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ The only dependency besides Qt itself is flex/bison, which is used to build the
## Building on Linux
-This should be buildable in Linux using a "standard" dev setup (gcc, flex, bison, make). You will also need to configure Qt (instructions for Ubuntu are <a href="https://wiki.qt.io/Install_Qt_5_on_Ubuntu">here</a>). After that, building is:
+This should be buildable in Linux using a "standard" dev setup (gcc, flex, bison, make). You will also need to configure Qt (see instructions for <a href="https://wiki.qt.io/Install_Qt_5_on_openSUSE">openSUSE</a>, <a href="https://wiki.qt.io/Install_Qt_5_on_Ubuntu">Ubuntu</a> and <a href="https://wiki.archlinux.org/index.php/qt">Arch Linux</a>). After that, building is:
$ qmake
$ make