summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2014-05-08 21:19:07 +0800
committerIru Cai <mytbk920423@gmail.com>2014-05-08 21:19:07 +0800
commit38a40cec1c20c06559e26e9a4271db39d02e7c35 (patch)
tree0a21c0f8cb63af525c15f03056820e821034233f /README.md
parent5a7c06fb758d64e402efbec45867b48db309dc05 (diff)
downloadfqterm-38a40cec1c20c06559e26e9a4271db39d02e7c35.tar.xz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 420288a..f0451af 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-fqterm
+FQTerm
======
This is a terminal simulator developed for telnet based online forum.
@@ -35,3 +35,8 @@ 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