summaryrefslogtreecommitdiff
path: root/src/INSTALLpc.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime filesBram Moolenaar2022-09-271-1/+0
|
* patch 9.0.0528: MS-Windows: no batch files for more recent MSVC versionsv9.0.0528K.Takata2022-09-211-1/+6
| | | | | | Problem: MS-Windows: no batch files for more recent MSVC versions. Solution: Add batch files for 2017, 2019 and 2022. (Ken Takata, closes #11184)
* patch 9.0.0524: build instructions for MS-Windows are outdatedv9.0.0524Bram Moolenaar2022-09-201-53/+17
| | | | | Problem: Build instructions for MS-Windows are outdated. Solution: Remove instructions for old MSVC versions.
* patch 9.0.0496: no good reason to keep supporting Windows-XPv9.0.0496K.Takata2022-09-181-17/+18
| | | | | Problem: No good reason to keep supporting Windows-XP. Solution: Drop Windows-XP support. (Ken Takata, closes #11089)
* Update runtime filesBram Moolenaar2022-08-241-1/+1
|
* Update runtime filesBram Moolenaar2022-08-191-3/+6
|
* patch 8.2.5101: MS-Windows with MinGW: $CC may be "cc" instead of "gcc"v8.2.5101Yegappan Lakshmanan2022-06-151-2/+3
| | | | | | Problem: MS-Windows with MinGW: $CC may be "cc" instead of "gcc". Solution: Set $CC if it is not matching "clang". (Yegappan Lakshmanan, closes #10578)
* patch 8.2.5087: cannot build with clang on MS-Windowsv8.2.5087Yegappan Lakshmanan2022-06-141-0/+23
| | | | | | Problem: Cannot build with clang on MS-Windows. Solution: Add support for building with clang. (Yegappan Lakshmanan, closes #10557)
* patch 8.2.4524: MS-Windows: cannot build with some sodium librariesv8.2.4524K.Takata2022-03-071-9/+42
| | | | | | Problem: MS-Windows: cannot build with some sodium libraries. Solution: Make the DLL name configuragle. Add build instructions. (Ken Takata, closes #9905)
* patch 8.2.4213: too much code for supporting old MSVC versionsv8.2.4213K.Takata2022-01-251-77/+2
| | | | | Problem: Too much code for supporting old MSVC versions. Solution: Remove MSVC 2003 support. (Ken Takata, closes #9623)
* patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt2021-06-201-0/+3
| | | | | | Problem: Available encryption methods are not strong enough. Solution: Add initial support for xchaha20. (Christian Brabandt, closes #8394)
* Update runtime filesBram Moolenaar2021-06-131-1/+2
|
* Update runtime filesBram Moolenaar2020-11-291-1/+1
|
* patch 8.2.1987: MS-Windows: Win32.mak is no longer neededv8.2.1987Bram Moolenaar2020-11-141-5/+0
| | | | | Problem: MS-Windows: Win32.mak is no longer needed. Solution: Do not include Win32.mak. (Jason McHugh, closes #7290)
* Update runtime files.Bram Moolenaar2020-01-211-0/+1
|
* Update runtime files.Bram Moolenaar2020-01-141-48/+31
|
* patch 8.1.2323: Old MSVC version no longer tested.v8.1.2323Bram Moolenaar2019-11-191-51/+54
| | | | | Problem: Old MSVC version no longer tested. Solution: Drop support for MSCV 2008 and older. (Ken Takata, closes #5248)
* patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082Bram Moolenaar2019-09-271-1/+1
| | | | | Problem: Some files have a weird name to fit in 8.3 characters. Solution: Use a nicer names.
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-35/+27
| | | | | | Problem: Borland support is outdated and doesn't work. Solution: Remove Borland support, there are other (free) compilers available. (Thomas Dziedzic, Ken Takata, closes #4364)
* patch 8.1.1293: MSVC files are no longer usefulv8.1.1293Bram Moolenaar2019-05-071-11/+1
| | | | | | Problem: MSVC files are no longer useful for debugging. Newer Visual Studio versions cannot read them. Solution: Delete the files. (Ken Takata, closes #4357)
* patch 8.1.1119: no support for Windows on ARM64.v8.1.1119Bram Moolenaar2019-04-041-0/+9
| | | | | Problem: No support for Windows on ARM64. Solution: Add ARM64 support (Leendert van Doorn)
* patch 8.1.0712: MS-Windows build instructions are a bit outdatedv8.1.0712Bram Moolenaar2019-01-091-37/+59
| | | | | Problem: MS-Windows build instructions are a bit outdated. Solution: Update the instructions. (Ken Takata)
* patch 8.1.0408: MSVC: cannot use the "x64" native compiler optionv8.1.0408Bram Moolenaar2018-09-181-8/+24
| | | | | Problem: MSVC: cannot use the "x64" native compiler option. Solution: Ignore case for %Platform%. Improve documentation. (Ken Takata)
* patch 8.1.0128: building with MinGW does not work out-of-the-boxv8.1.0128Bram Moolenaar2018-06-301-33/+113
| | | | | | Problem: Building with MinGW does not work out-of-the-box. Solution: Add instructions for MSYS2. Set default WINVER. Add batch files to set $PATH for MSYS2.
* patch 8.0.1390: DirectX scrolling can be slow, vertical positioning is offv8.0.1390Bram Moolenaar2017-12-141-7/+42
| | | | | | | Problem: DirectX scrolling can be slow, vertical positioning is off. Solution: Make scroll slightly faster when using "scrlines:1". Fix y position of displayed text. Fix DirectX with non-utf8 encoding. (Ken Takata, closes #2440)
* patch 8.0.1385: Python 3.5 is getting oldv8.0.1385Bram Moolenaar2017-12-101-4/+30
| | | | | Problem: Python 3.5 is getting old. Solution: Make Python 3.6 the default. (Ken Takata, closes #2429)
* patch 8.0.1268: PC install instructions are incompletev8.0.1268Bram Moolenaar2017-11-051-24/+60
| | | | | Problem: PC install instructions are incomplete. Solution: Update the instructions. (Ken Takata)
* patch 8.0.1183: MS-Windows build instructions are outdatedv8.0.1183Bram Moolenaar2017-10-081-68/+88
| | | | | Problem: MS-Windows build instructions are outdated. Solution: Update instructions for MSVC 2015. Update the build script.
* patch 8.0.1178: using old compiler on MS-Windowsv8.0.1178Bram Moolenaar2017-10-071-10/+36
| | | | | Problem: Using old compiler on MS-Windows. Solution: Switch default build on MS-Windows to use MSVC 2015. (Ken Takata)
* Updated runtime filesBram Moolenaar2017-08-011-1/+4
|
* patch 8.0.0769: build problems with terminal on MS-Windowsv8.0.0769Bram Moolenaar2017-07-241-9/+6
| | | | | | 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)
* patch 8.0.0756: cannot build libvterm with MSVCv8.0.0756Bram Moolenaar2017-07-231-4/+7
| | | | | | Problem: Cannot build libvterm with MSVC. Solution: Add an MSVC Makefile to libvterm. (Yasuhiro Matsumoto, closes #1865)
* patch 8.0.0742: terminal feature does not work on MS-Windowsv8.0.0742Bram Moolenaar2017-07-221-6/+23
| | | | | Problem: Terminal feature does not work on MS-Windows. Solution: Use libvterm and libwinpty on MS-Windows. (Yasuhiro Matsumoto)
* patch 8.0.0007v8.0.0007Bram Moolenaar2016-09-211-14/+14
| | | | | Problem: Vim 7.4 is still mentioned in a few places. Solution: Update to Vim 8. (Uncle Bill, closes #1094)
* patch 7.4.2340v7.4.2340Bram Moolenaar2016-09-061-7/+7
| | | | | | Problem: MS-Windows: Building with Ruby uses old version. Solution: Update to 2.2.X. Use clearer name for the API version. (Ken Takata)
* patch 7.4.2135v7.4.2135Bram Moolenaar2016-07-311-1/+1
| | | | | Problem: Various tiny issues. Solution: Update comments, white space, etc.
* patch 7.4.1766v7.4.1766Bram Moolenaar2016-04-211-60/+79
| | | | | | Problem: Building instructions for MS-Windows are outdated. Solution: Mention setting SDK_INCLUDE_DIR. (Ben Franklin, closes #771) Move outdated instructions further down.
* patch 7.4.1425v7.4.1425Bram Moolenaar2016-02-261-53/+2
| | | | | Problem: There are still references to MS-DOS support. Solution: Remove most of the help txt and install instructions. (Ken Takata)
* patch 7.4.1104v7.4.1104Bram Moolenaar2016-01-161-13/+60
| | | | | | Problem: Various problems building with MzScheme/Racket. Solution: Make it work with new versions of Racket. (Yukihiro Nakadaira, Ken Takata)
* patch 7.4.1077v7.4.1077Bram Moolenaar2016-01-101-29/+249
| | | | | | Problem: The build instructions for MS-Windows are incomplete. Solution: Add explanations for how to build with various interfaces. (Ken Takata)
* patch 7.4.1031v7.4.1031Bram Moolenaar2016-01-021-15/+37
| | | | | Problem: Can't build with Python interface using MingW. Solution: Update the Makefile. (Yasuhiro Matsumoto)
* updated for version 7.4.496v7.4.496Bram Moolenaar2014-11-051-11/+14
| | | | | Problem: Many lines are both in Make_cyg.mak and Make_ming.mak Solution: Move the common parts to one file. (Ken Takata)
* updated for version 7.4.412v7.4.412Bram Moolenaar2014-08-221-0/+24
| | | | | Problem: Can't build on Windows XP with MSVC. Solution: Add SUBSYSTEM_VER to the Makefile. (Yongwei Wu)
* Update runtime files.Bram Moolenaar2012-10-031-3/+13
|
* updated for version 7.3.460v7.3.460Bram Moolenaar2012-02-291-0/+6
| | | | | Problem: Win32: UPX does not compress 64 bit binaries. Solution: Mention and add the alternative: mpress. (Dave Bodenstab)
* Updated runtime files.Bram Moolenaar2011-07-181-3/+3
| | | | Add missing test82 files.
* updated for version 7.3.248v7.3.248Bram Moolenaar2011-07-151-3/+62
| | | | | Problem: PC Install instructions missing install instructions. Solution: Step-by-step explanation. (Michael Soyka)
* updated for version 7.3.209v7.3.209Bram Moolenaar2011-06-121-3/+4
| | | | | Problem: MSVC Install instructions point to wrong batch file. Solution: Add a batch file for use with MSVC 10.
* Improve the MS-Windows installer.Bram Moolenaar2010-05-241-0/+11
|
* Updated runtime an documentation files.Bram Moolenaar2010-03-021-1/+1
|