X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=win%2FREADME.txt;h=437ff7e4f27d476395ab7cc8ab9f2ea28153ebbb;hb=44489ddf7e90413d8f656aea24d74445bab227af;hp=908cd39202595be1a6b7aa29b1672ef1fd9bde98;hpb=6b2d45c154ddbd5ea4381156f5b763c8d0c29e07;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/win/README.txt b/win/README.txt index 908cd3920..437ff7e4f 100644 --- a/win/README.txt +++ b/win/README.txt @@ -1,9 +1,9 @@ Building InspIRCd for Windows: Prerequisites: - Visual Studio 2010 or newer (http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-products) - CMake 2.8 or newer (http://www.cmake.org/) - If building the installer, NSIS http://nsis.sourceforge.net/ + Visual Studio 2015 or newer (https://www.visualstudio.com) + CMake 2.8 or newer (https://cmake.org) + If building the installer, NSIS (https://nsis.sourceforge.io) Configuring: First copy any extra modules from extras (such as m_mysql) to the modules directory that you want to build. @@ -53,4 +53,4 @@ Building the installer: Locate the PACKAGE project on Visual Studio's Solution Explorer and build it. This will generate an InspIRCd-x.x.x.exe installer in the build directory which is ready to be distributed. - If you are building using NMake Makefiles or do not want to build the installer in Visual Studio, simply use "cpack". \ No newline at end of file + If you are building using NMake Makefiles or do not want to build the installer in Visual Studio, simply use "cpack".