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

Boyuan Yang hosiet-guest at moszumanska.debian.org
Thu Oct 27 03:16:57 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 140823f447c7862cc66514652b9c9deeededf182
Author: Iru Cai <mytbk920423 at gmail.com>
Date:   Wed Apr 30 15:01:25 2014 +0800

    Update README.md
---
 README.md | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index aabec1e..420288a 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,34 @@ This is a terminal simulator developed for telnet based online forum.
 
 Originally forked from Qterm-Qt3, rewritten and ported to Qt4 by Curvlet and dp2 since 2008.
 
-The project is currently paused. Check the original project home page: http://code.google.com/p/fqterm/ for more information.
+Now I'm porting FQTerm to Qt5.
+
+TODO
+====
+- ~~Bug fix: Unable to use Ctrl key (FIXED using the code for Mac OS)~~
+- Bug fix: SIGSEGV on exit (Qt5)
+- Maybe something wrong with imageviewer (Qt5)
+- Reconstruct the code
+- Some stinky things with wide characters (Qt5)
+
+Install
+=======
+First clone the code.
+```
+git clone https://github.com/mytbk/fqterm.git
+```
+If you want to use the Qt5 branch, just add ```--branch Qt5``` as
+follows.
+```
+git clone https://github.com/mytbk/fqterm.git --branch Qt5
+```
+Then build FQTerm.
+
+```
+mkdir build
+cd build
+cmake ../fqterm
+make
+as-root make install
+```
+

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