comparison src/INSTALLpc.txt @ 11774:edf1a2a247fa v8.0.0769

patch 8.0.0769: build problems with terminal on MS-Windows commit https://github.com/vim/vim/commit/8a77306fa170f9d95f2402e73b4a94a2692ce84f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 24 22:29:21 2017 +0200 patch 8.0.0769: build problems with terminal on MS-Windows Problem: Build problems with terminal on MS-Windows using MSVC. Solution: Remove stdbool.h dependency. Only use ScreenLinesUC when it was allocated. Fix typos. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Mon, 24 Jul 2017 22:30:04 +0200
parents 9dd958aba769
children 4f7081eb1e26
comparison
equal deleted inserted replaced
11773:b6bf9043f424 11774:edf1a2a247fa
704 704
705 705
706 13. Building with Terminal support 706 13. Building with Terminal support
707 ================================== 707 ==================================
708 708
709 Vim with Terminal support can be built with either MSVC, or MinGW or Cygwin. 709 Vim with Terminal support can be built with either MSVC, MinGW or Cygwin.
710 This uses the included libvterm and winpty. No extra header files or 710 This uses the included libvterm and winpty. No extra header files or
711 libraries are needed for building. 711 libraries are needed for building. Just set TERMINAL to yes.
712 712
713 Running Vim with terminal support requires the following two winpty files: 713 E.g. When using MSVC:
714 714
715 winpty.dll 715 nmake -f Make_mvc.mak TERMINAL=yes
716 winpty-agent.dll 716
717 717 Or when using MinGW (as one line):
718 You can download them from the following page: 718
719 719 mingw32-make -f Make_mingw.mak TERMINAL=yes
720 https://github.com/rprichard/winpty
721
722 Just put the DLL files somewhere in your PATH.
723 720
724 721
725 14. Windows 3.1x 722 14. Windows 3.1x
726 ================ 723 ================
727 724