diff options
author | Peter Powell <petpow@saberuk.com> | 2017-08-06 21:24:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-06 21:24:30 +0100 |
commit | 6de3017e2cda445bfd9e6b460a35eae7fc199148 (patch) | |
tree | 510ff17fb08d589cc6a096173a88dd45fe0f5a61 /win/README.txt | |
parent | 02497bfa999da26c19a92d8620c35bb97f1da711 (diff) | |
parent | f2da7dd588adb52148f0cd4779cde29b372cdc2e (diff) |
Merge pull request #1141 from SaberUK/master+windows-purge
Purge code for Windows XP and MSVC pre-2015.
Diffstat (limited to 'win/README.txt')
-rw-r--r-- | win/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/README.txt b/win/README.txt index 908cd3920..f5b2d8c83 100644 --- a/win/README.txt +++ b/win/README.txt @@ -1,7 +1,7 @@ Building InspIRCd for Windows:
Prerequisites:
- Visual Studio 2010 or newer (http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-products)
+ Visual Studio 2015 or newer (https://www.visualstudio.com/)
CMake 2.8 or newer (http://www.cmake.org/)
If building the installer, NSIS http://nsis.sourceforge.net/
|