summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2014-04-30 15:01:25 +0800
committerIru Cai <mytbk920423@gmail.com>2014-04-30 15:01:25 +0800
commit140823f447c7862cc66514652b9c9deeededf182 (patch)
treede3548682543aca39e227e1d86775bef743da88d /README.md
parent2a87abfc15d8f9569ca64562c8e5bc8308c78b80 (diff)
downloadfqterm-140823f447c7862cc66514652b9c9deeededf182.tar.xz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 31 insertions, 1 deletions
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
+```
+