We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2442d commit fbde16fCopy full SHA for fbde16f
README.md
@@ -18,8 +18,8 @@ license.
18
## Dependencies
19
The library may be built on Unix-like operating systems or on Windows. All that
20
is required is cmake >= 3.11, and a C++ compiler which supports the C++20
21
-standard. For Unix-like systems, the recommended compilers are GCC >= 11.
22
-On Windows, you should have MSVC >= 19.29. In order to build the
+standard. For Unix-like systems, the recommended compilers are GCC >= 11 or
+Clang >= 15. On Windows, you should have MSVC >= 19.29. In order to build the
23
Python interface, Python >= 3.5 should be installed on your system, in
24
addition to the Python development libraries and header files.
25
0 commit comments