X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=README.md;h=fd0ba2b00f28b2c4ad8316d31965c54429d783f4;hb=a032cd90ad5582914759e226085efee5aae1a1ef;hp=2e46cea37453b5417182289ea72ae20f2f69e336;hpb=76c7e9db436a575e5c92d22ee3acaf6613660bb8;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/README.md b/README.md index 2e46cea37..fd0ba2b00 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ InspIRCd is a modular C++ Internet Relay Chat (IRC) server for UNIX-like and Win InspIRCd is supported on on the following platforms: -- Most recent BSD variants using the Clang or GCC compilers and the BSD or GNU toolchains (Make, etc). +- Most recent BSD variants using the Clang or GCC compilers and the GNU toolchains (Make, etc). - Most recent Linux distributions using the Clang or GCC compilers and the GNU toolchain. -- The most recent three major releases of macOS using the AppleClang, Clang, or GCC (*not* LLVM-GCC) compilers and the BSD or GNU toolchains. +- The most recent three major releases of macOS using the AppleClang, Clang, or GCC (*not* LLVM-GCC) compilers and the GNU toolchains. -- Windows 7 or newer using the MSVC 11 (Visual Studio 2012) compiler and CMake 2.8 or newer. +- Windows 7 or newer using the MSVC 14 (Visual Studio 2015) compiler and CMake 2.8 or newer. Alternate 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. @@ -22,11 +22,15 @@ If you encounter any bugs then [please file an issue](https://github.com/inspirc Most InspIRCd users running a UNIX-like system build from source. A guide about how to do this is available on [the InspIRCd wiki](https://wiki.inspircd.org/Installation_From_Source). -Building from source on Windows is generally not recommended but [a guide is available](https://github.com/inspircd/inspircd/blob/insp20/win/README.txt) if you wish to do this. +Building from source on Windows is generally not recommended but [a guide is available](https://github.com/inspircd/inspircd/blob/master/win/README.txt) if you wish to do this. + + Some distributions ship an InspIRCd package in their package managers. We generally do not recommend the use of such packages as in the past distributions have made broken modifications to InspIRCd and not kept their packages up to date with essential security updates.