From 8e6b48eb1cd8e33cd05b6a766fc374c1358c3f05 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Thu, 5 Jun 2014 16:58:10 +0800 Subject: rename readme file --- README_en.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README_en.md (limited to 'README_en.md') diff --git a/README_en.md b/README_en.md new file mode 100644 index 0000000..f0451af --- /dev/null +++ b/README_en.md @@ -0,0 +1,42 @@ +FQTerm +====== +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. + +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 +``` + +Windows Builds +============== +- Cross compile on Linux with MXE: builds but fails at runtime +- MinGW on Windows: builds and runs with shared Qt 4.8.6 +- MSVC: not tested -- cgit v1.2.3