From 140823f447c7862cc66514652b9c9deeededf182 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 30 Apr 2014 15:01:25 +0800 Subject: 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 +``` + -- cgit v1.2.3