doc: update minimum Xcode supported version
This commit is contained in:
committed by
Tommaso Pecorella
parent
c31998e365
commit
e88f59a329
@@ -11,7 +11,7 @@ project(NS3 CXX)
|
||||
file(STRINGS VERSION NS3_VER)
|
||||
|
||||
# minimum compiler versions
|
||||
set(AppleClang_MinVersion 13.1.6)
|
||||
set(AppleClang_MinVersion 16.0.0)
|
||||
set(Clang_MinVersion 17.0.0)
|
||||
set(GNU_MinVersion 11.0.0)
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ requirements (Note: not all ns-3 features are available on all systems):
|
||||
- g++-11.1 or later, or LLVM/clang++-17 or later
|
||||
- Python 3.8 or later
|
||||
- CMake 3.20 or later
|
||||
- (macOS only) Xcode 13.1.6 or later
|
||||
- (macOS only) Xcode 16.2 or later
|
||||
- (Windows only) Msys2/MinGW64, Msys2/UCRT64 and ClangCL/MSVC toolchains, or WSL2
|
||||
|
||||
Python API requires [Cppyy](https://cppyy.readthedocs.io/en/latest/installation.html) and has only
|
||||
|
||||
Reference in New Issue
Block a user