Skip to content

Commit

Permalink
Update supported Windows and Visual C++ versions
Browse files Browse the repository at this point in the history
  • Loading branch information
unak committed Dec 27, 2023
1 parent be92bf4 commit 5703cc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/windows.md
Expand Up @@ -59,9 +59,9 @@ make

### Requirement

1. Windows 7 or later.
1. Windows 10/Windows Server 2016 or later.

2. Visual C++ 12.0 (2013) or later.
2. Visual C++ 14.0 (2015) or later.

**Note** if you want to build x64 version, use native compiler for
x64.
Expand All @@ -80,7 +80,7 @@ make
4. If you want to build from GIT source, following commands are required.
* patch
* sed
* ruby 2.0 or later
* ruby 3.0 or later

You can use [scoop](https://scoop.sh/) to install them like:

Expand Down

0 comments on commit 5703cc2

Please sign in to comment.