comparison src/INSTALLpc.txt @ 11719:13ecb3e64399 v8.0.0742

patch 8.0.0742: terminal feature does not work on MS-Windows commit https://github.com/vim/vim/commit/8f84c3a8666cea04484ec93fa05386bf33f93f5a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 22 16:14:44 2017 +0200 patch 8.0.0742: terminal feature does not work on MS-Windows Problem: Terminal feature does not work on MS-Windows. Solution: Use libvterm and libwinpty on MS-Windows. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Sat, 22 Jul 2017 16:15:04 +0200
parents 3a6b2d4c71d6
children 9dd958aba769
comparison
equal deleted inserted replaced
11718:74f4fb97b581 11719:13ecb3e64399
27 8. Building with MzScheme/Racket support 27 8. Building with MzScheme/Racket support
28 9. Building with Lua support 28 9. Building with Lua support
29 10. Building with Perl support 29 10. Building with Perl support
30 11. Building with Ruby support 30 11. Building with Ruby support
31 12. Building with Tcl support 31 12. Building with Tcl support
32 13. Windows 3.1 32 13. Building with Terminal support
33 14. MS-DOS 33 14. Windows 3.1
34 34 15. MS-DOS
35 15. Installing after building from sources 35
36 16. Installing after building from sources
36 37
37 38
38 The currently preferred method is using the free Visual C++ Toolkit 2008 39 The currently preferred method is using the free Visual C++ Toolkit 2008
39 |msvc-2008-express|, the produced binary runs on most MS-Windows systems. 40 |msvc-2008-express|, the produced binary runs on most MS-Windows systems.
40 41
700 701
701 mingw32-make -f Make_mingw.mak 702 mingw32-make -f Make_mingw.mak
702 TCL=C:\Tcl86 DYNAMIC_TCL=yes TCL_VER=86 TCL_VER_LONG=8.6 703 TCL=C:\Tcl86 DYNAMIC_TCL=yes TCL_VER=86 TCL_VER_LONG=8.6
703 704
704 705
705 13. Windows 3.1x 706 13. Building with Terminal support
707 ==================================
708
709 Vim with Terminal support can be built with MinGW or Cygwin.
710 Terminal support require winpty which provide following two files.
711
712 winpty.dll
713 winpty-agent.dll
714
715 You can download following page:
716
717 https://github.com/rprichard/winpty
718
719 It don't need header files or libraries. Just put them on your PATH.
720
721
722 14. Windows 3.1x
706 ================ 723 ================
707 724
708 The Windows 3.1x support was removed in patch 7.4.1364. 725 The Windows 3.1x support was removed in patch 7.4.1364.
709 726
710 727
711 14. MS-DOS 728 15. MS-DOS
712 ========== 729 ==========
713 730
714 The MS-DOS support was removed in patch 7.4.1399. 731 The MS-DOS support was removed in patch 7.4.1399.
715 732
716 733
717 15. Installing after building from sources 734 16. Installing after building from sources
718 ========================================== 735 ==========================================
719 736
720 [provided by Michael Soyka] 737 [provided by Michael Soyka]
721 738
722 After you've built the Vim binaries as described above, you're ready to 739 After you've built the Vim binaries as described above, you're ready to