diff --git a/README.md b/README.md index ea764ba..bea13d8 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,11 @@ main >> { ## Build requirements -CMake 3.18 or higher is needed. +1. CMake 3.18 *or higher* -### Linux target +2. A compiler from the following list: + - GCC 11+ + - Clang 14.0.1+ with llvm-gold + - MSVC 19.30+ -- GCC 11+ or Clang 14.0.1+ with llvm-gold - -### Windows target - - - MinGW32 (on debian you will need to use the `i686-w64-mingw32-gcc-posix` executable provided by the `gcc-mingw-w64-i686-posix-runtime` package) - -MSVC could also be used instead if you are on Windows. \ No newline at end of file +Note that to build for Windows targets with a mingw toolchain on debian, you will need to use the `i686-w64-mingw32-gcc-posix` executable provided by the `gcc-mingw-w64-i686-posix-runtime` package. \ No newline at end of file