Update minimum required Clang version

As noted [here](https://github.com/darlinghq/darling/issues/1419#issuecomment-1686745986), macOS 11 version number support was added in LLVM 11.
This commit is contained in:
Ariel Abreu 2023-08-22 08:12:45 -04:00 committed by GitHub
parent bb6555d3d7
commit 4074b898f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ You must be running a 64-bit x86 Linux distribution. Darling cannot be used on a
# Dependencies
Clang is required to compile Darling; at least Clang 6 is required. You can force a specific version of Clang (if it is installed on your system) by editing `Toolchain.cmake`.
Clang is required to compile Darling; at least Clang 11 is required. You can force a specific version of Clang (if it is installed on your system) by editing `Toolchain.cmake`.
A minimum of 4 GB of RAM is also required for building. Using swap space may help reduce the memory usage, but is likely to slow the build down significantly.