瀏覽代碼

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
 

Loading…
取消
儲存