Browse Source

updated README

tags/v0.6^0
Robin Thoni 6 years ago
parent
commit
6817bd92fc
1 changed files with 5 additions and 3 deletions
  1. 5
    3
      README.md

+ 5
- 3
README.md View File

@@ -7,10 +7,12 @@ A GUI launcher for [rdesktop](http://www.rdesktop.org/), inspired by Windows RDP
7 7
 Installation
8 8
 ------------
9 9
 
10
-You need Qt4 to build, then:
10
+You need Qt5 and libX11 (libx11-dev) to build, then:
11 11
 
12
-`qmake-qt4
13
-make`
12
+```
13
+qmake
14
+make
15
+```
14 16
 
15 17
 Additionally, you can copy rd-launcher executable to your path (/usr/local/bin/rd-launcher for example)
16 18
 

Loading…
Cancel
Save