We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0bda4 commit 1c83c14Copy full SHA for 1c83c14
docs/requirements.md
@@ -4,7 +4,8 @@ The following requirements need to be met to build and properly use cubinterpp.
4
5
## Installation prerequisites
6
7
-- C++ compiler, e.g. [gcc](https://gcc.gnu.org/)
+- C++ compiler, capable of compiling C++20 or later, e.g.
8
+ [gcc](https://gcc.gnu.org/)
9
- [cmake](https://cmake.org/): to use the provided cmake configuration
10
- [pybind11](https://github.com/pybind/pybind11): to compile the library header
11
into a python module
0 commit comments