[Chinese-commits] [fqterm] 07/34: update README.md: about Qt5

Boyuan Yang hosiet-guest at moszumanska.debian.org
Tue Nov 1 06:06:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

hosiet-guest pushed a commit to branch master
in repository fqterm.

commit 86810b932171415c531ae1f0e61111681ee0c483
Author: Iru Cai <mytbk920423 at gmail.com>
Date:   Fri Aug 28 09:37:43 2015 +0000

    update README.md: about Qt5
---
 README.md | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index a2860b7..b9fd196 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 ## FQTerm
 FQTerm是为Telnet BBS设计的终端模拟器(俗称Term),支持Telnet,SSH协议。    
 本项目源自QTerm-Qt3,从2008年起,由Curvlet和dp2重写并移植至Qt4.    
-现在FQTerm的原开发组成员已经停止了该项目的维护,现由archlinux网友维护。    
+现在FQTerm的原开发组成员已经停止了该项目的维护,现由archlinux(mytbk at GitHub)网友维护并移植至Qt5。    
 
 ## 文档
 目前FQTerm还没有特别完整的文档,现在正在进行文档编写。用Markdown编写的文档请见[doc目录](doc/).
@@ -13,7 +13,9 @@ fork本项目,然后自己开发,提交自己的更改,再创建pull reque
 - https://help.github.com/articles/using-pull-requests
 
 ## 安装
-Windows用户可以直接到[SourceForge页面](http://sourceforge.net/projects/fqterm/files/windows/)下载预编译的包。
+~~Windows用户可以直接到[SourceForge页面](http://sourceforge.net/projects/fqterm/files/windows/)下载预编译的包。~~
+
+鉴于此前SourceForge的一些事件,本项目的预编译包将迁移至FossHub,原有的SourceForge上的包会保留。
 
 ArchLinux用户可以直接从AUR安装,如
 ```
@@ -31,16 +33,14 @@ yaourt -S fqterm-qt5-git
 ```
 git clone https://github.com/mytbk/fqterm.git
 ```
-要用Qt5分支,可以在使用 ```--branch Qt5``` 参数,即:
-```
-git clone https://github.com/mytbk/fqterm.git --branch Qt5
-```
+
 然后开始编译:      
 
 ```
 # 假设FQTerm源码目录为fqterm
 mkdir build
 cd build
+# 用cmake生成Makefile,默认为Qt4版本,Qt5版本请添加-DUSE_QT5=1参数
 cmake ../fqterm
 make
 # 以root身份安装,以下用sudo获取root权限
@@ -62,7 +62,6 @@ REM 生成的fqterm.exe即为程序文件
 
 ## TODO
 以下是FQTerm日后需要改进和修复的地方,希望大家参与开发。
-- wip: Qt4和Qt5分支的合并
 - SSH: 增加host key记录和认证机制
 - SSH: public key auth
 - 改善终端渲染

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/fqterm.git



More information about the Chinese-commits mailing list