Improve the Build Requirements section in the README.md file
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
0a90c25487
commit
00a8fbaa83
15
README.md
15
README.md
|
@ -23,14 +23,11 @@ main >> {
|
||||||
|
|
||||||
## Build requirements
|
## 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
|
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.
|
||||||
|
|
||||||
### 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.
|
|
Loading…
Reference in New Issue