forked from leanprover/lean4
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: compile against Windows SDK headers under Windows (leanprover#5753
) Breaking changes: To build Lean from source on Windows, it is now necessary to install the [Windows SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/). The build instructions have been updated to reflect this. Note that the Windows SDK is **not** needed to compile Lean programs using a Lean toolchain obtained using `elan`. The Windows SDK is only needed to build Lean itself from source. Furthermore, we are dropping support for Windows versions older than Windows 10 1903 (released in May 2019). No Windows version that is still supported by Microsoft as part of mainstream support is affected by this. The following Windows versions are still supported by Microsoft as part of commercial extended support but are no longer supported by Lean: - Windows 10 Enterprise LTSC 2015 - Windows 10 Enterprise LTSC 2016 - Windows 10 Enterprise LTSC 2019 - Windows Server 2019
- Loading branch information
1 parent
9f24267
commit 06dd6de
Showing
8 changed files
with
961 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.