浏览代码

updated README

tags/v0.6^0
Robin Thoni 6 年前
父节点
当前提交
6817bd92fc
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5
    3
      README.md

+ 5
- 3
README.md 查看文件

@@ -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
 

正在加载...
取消
保存