Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Jun 25, 2023
1 parent e7d434d commit f94723c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/building.dox
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ git clone https://github.com/MikePopoloski/slang.git
slang requires the following tools in order to build:
- [python 3](https://www.python.org/)
- [CMake](https://cmake.org/) (3.15 or later)
- C++20 compatible compiler
- GCC 10 is the minimum supported version
- clang 10 is the minimum supported version
- C++20 compatible compiler. Minimum supported compiler versions:
- GCC 10
- clang 16
- XCode 14.3
- MSVC support is tested only against the most recent update of VS 2022
- Other compilers (including earlier versions of the ones listed above) may or may not work.
Note that AppleClang has its own versioning scheme -- you generally need a newer AppleClang
to get full C++20 support, and Apple ties Xcode updates to OS versions so you may be forced
to update your OS.

@section building-start Quick Start

Expand Down

0 comments on commit f94723c

Please sign in to comment.