[Chinese-commits] [fqterm] 33/76: Chinese README.md

Boyuan Yang hosiet-guest at moszumanska.debian.org
Thu Oct 27 03:16:59 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 f40d50add40da63a6c5adb31c73a33c76f91663b
Author: Iru Cai <mytbk920423 at gmail.com>
Date:   Thu Jun 5 17:20:16 2014 +0800

    Chinese README.md
---
 README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4d2f8b7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,51 @@
+FQTerm
+======
+FQTerm是为Telnet BBS设计的终端模拟器,支持Telnet,SSH协议。
+
+本项目源自QTerm-Qt3,从2008年起,由Curvlet和dp2重写并移植至Qt4.
+
+现在FQTerm的原开发组成员已经停止了该项目的维护,现由ArchLinux at newsmth
+维护并进行Qt5的移植。
+
+如何贡献源码
+============
+在fork本项目,然后自己开发,提交自己的更改,再创建pull request.
+详情请看GitHub的帮助:
+- https://help.github.com/articles/fork-a-repo
+- https://help.github.com/articles/using-pull-requests
+
+TODO
+====
+- ~~Bug: Qt5分支中Ctrl按键异常 (暂时使用Mac OS的处理方法解决)~~
+- Bug: Qt5分支中退出时SIGSEGV
+- ~~Maybe something wrong with imageviewer (Qt5)~~
+- 考虑代码重构
+- Bug: 处理不完整GBK字符时存在一些异常,特别是在Qt5分支
+
+安装
+=======
+获取代码:      
+```
+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 ../fqterm
+make
+# 以root身份安装,以下用sudo获取root权限
+sudo make install
+```
+
+Windows版本
+==============
+- 在Linux下用MXE交叉编译,运行时错误,可能原因是MXE的Qt缺少语言Codec
+- MinGW: 正常编译及运行
+- MSVC: 未测试

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