Skip to content

Commit 1c83c14

Browse files
committed
docs: Specify C++ compiler standard requirement
Signed-off-by: Sietze van Buuren <s.van.buuren@gmail.com>
1 parent dd0bda4 commit 1c83c14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/requirements.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ The following requirements need to be met to build and properly use cubinterpp.
44

55
## Installation prerequisites
66

7-
- C++ compiler, e.g. [gcc](https://gcc.gnu.org/)
7+
- C++ compiler, capable of compiling C++20 or later, e.g.
8+
[gcc](https://gcc.gnu.org/)
89
- [cmake](https://cmake.org/): to use the provided cmake configuration
910
- [pybind11](https://github.com/pybind/pybind11): to compile the library header
1011
into a python module

0 commit comments

Comments
 (0)