Improve the Build Requirements section in the README.md file

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2022-04-03 12:02:49 +02:00
parent 0a90c25487
commit 00a8fbaa83
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 6 additions and 9 deletions

View File

@ -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.
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.