From d8e1d389bfd9511d5ab1ad3e2d6857597c1716fc Mon Sep 17 00:00:00 2001 From: Lion Date: Fri, 1 Jan 2021 16:23:38 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e7498f..d3f6778 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ The Server is the way we link client to each other and handle authentication, co The code itself supports (latest stable) Linux and Windows. In terms of actual build support, for now we only distribute windows binaries and instructions to build on Debian 10 (stable). For any other distro or OS, you just have to find the same libraries listed in the Linux Build [Prerequisites](#prerequisites) further down the page, and it should build fine. We don't currently support ARM or any big-endian architectures. +Recommended compilers: MSVC, GCC. ## Linux / POSIX specific build instructions