summaryrefslogtreecommitdiff
path: root/README_en.md
blob: f0451af342988f0af895c3705edaa4751445a98d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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