aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-11-24 22:01:40 +0000
committerGravatar Sadie Powell2024-11-24 22:01:40 +0000
commit71d524a2f844e23683d70dcf1b19f5f6d9ae22e4 (patch)
tree830b4edb812d3b72190add765bb1b88c999e5a56
parentRevert "Speed up the Windows build with precompiled headers". (diff)
Use the official name of the Windows release we support.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 76e7b6c9e..a39a4056f 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ InspIRCd is supported on the following platforms:
- The three most recent major releases of macOS using the AppleClang 10, Clang 5+, or GCC 7+ compilers and the GNU toolchain.
-- Windows 10 build 17061 or newer using the MSVC 19.15+ (Visual Studio 15.8 2017) compiler and CMake 3.20 or newer.
+- Windows 10 April 2018 Update or newer using the MSVC 19.15+ (Visual Studio 15.8 2017) compiler and CMake 3.20 or newer.
Other platforms and toolchains may also work but are not officially supported by the InspIRCd team. Generally speaking if you are using a reasonably modern UNIX-like system you should be able to build InspIRCd on it. If you can not and you wish to submit a patch we are happy to accept it as long as it is not extremely large.