diff options
author | Robby <robby@chatbelgie.be> | 2019-03-12 15:37:18 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-03-14 11:02:24 +0000 |
commit | ac0d5abaace6521643b213423bf57625abe9dd41 (patch) | |
tree | e089b27d6e657ba42f749c1b01bd7a912788d30a /win/README.txt | |
parent | 62ba7c3917955b27b7967ccde0dc55b947e04782 (diff) |
Update most URLs to use HTTPS and fix some dead links.
Diffstat (limited to 'win/README.txt')
-rw-r--r-- | win/README.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/README.txt b/win/README.txt index f5b2d8c83..437ff7e4f 100644 --- a/win/README.txt +++ b/win/README.txt @@ -1,9 +1,9 @@ Building InspIRCd for Windows:
Prerequisites:
- 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/
+ 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".
|