summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
+```
+