summaryrefslogtreecommitdiffstats
path: root/src/INSTALLpc.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-22 16:14:44 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-22 16:14:44 +0200
commit8f84c3a8666cea04484ec93fa05386bf33f93f5a (patch)
treee1447dddb24427816eb179f8d74931a44ad68837 /src/INSTALLpc.txt
parent5f7e7bdcf865df67099c59013775d14c85358300 (diff)
patch 8.0.0742: terminal feature does not work on MS-Windowsv8.0.0742
Problem: Terminal feature does not work on MS-Windows. Solution: Use libvterm and libwinpty on MS-Windows. (Yasuhiro Matsumoto)
Diffstat (limited to 'src/INSTALLpc.txt')
-rw-r--r--src/INSTALLpc.txt29
1 files changed, 23 insertions, 6 deletions
diff --git a/src/INSTALLpc.txt b/src/INSTALLpc.txt
index 5661f9655c..562b42ce97 100644
--- a/src/INSTALLpc.txt
+++ b/src/INSTALLpc.txt
@@ -29,10 +29,11 @@ Contents:
10. Building with Perl support
11. Building with Ruby support
12. Building with Tcl support
-13. Windows 3.1
-14. MS-DOS
+13. Building with Terminal support
+14. Windows 3.1
+15. MS-DOS
-15. Installing after building from sources
+16. Installing after building from sources
The currently preferred method is using the free Visual C++ Toolkit 2008
@@ -702,19 +703,35 @@ Or when using MinGW (as one line):
TCL=C:\Tcl86 DYNAMIC_TCL=yes TCL_VER=86 TCL_VER_LONG=8.6
-13. Windows 3.1x
+13. Building with Terminal support
+==================================
+
+Vim with Terminal support can be built with MinGW or Cygwin.
+Terminal support require winpty which provide following two files.
+
+ winpty.dll
+ winpty-agent.dll
+
+You can download following page:
+
+ https://github.com/rprichard/winpty
+
+It don't need header files or libraries. Just put them on your PATH.
+
+
+14. Windows 3.1x
================
The Windows 3.1x support was removed in patch 7.4.1364.
-14. MS-DOS
+15. MS-DOS
==========
The MS-DOS support was removed in patch 7.4.1399.
-15. Installing after building from sources
+16. Installing after building from sources
==========================================
[provided by Michael Soyka]