Skip to content

Commit

Permalink
Update minimum Xcode version (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored May 2, 2024
1 parent 5aa27bd commit 881f2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ See the [examples](https://github.com/SleipnirGroup/Sleipnir/tree/main/examples)
* C++20 compiler
* On Windows, install [Visual Studio Community 2022](https://visualstudio.microsoft.com/vs/community/) and select the C++ programming language during installation
* On Linux, install GCC 11 or greater via `sudo apt install gcc`
* On macOS, install the Xcode command-line build tools via `xcode-select --install`. Xcode 13 or later is required.
* On macOS, install the Xcode command-line build tools via `xcode-select --install`. Xcode 15.0.1 or later is required.
* [CMake](https://cmake.org/download/) 3.21 or greater
* On Windows, install from the link above
* On Linux, install via `sudo apt install cmake`
Expand Down

0 comments on commit 881f2f7

Please sign in to comment.