You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ You need the following tools to build the library from the main branch with the
41
41
42
42
* CMake 3.20.4 or later.
43
43
* A build system like Make or Ninja for which CMake can generate build files.
44
-
* A C99 toolchain (compiler, linker, archiver). We actively test with GCC 5.4, Clang 3.8, Arm Compiler 6, IAR 8, and Visual Studio 2017 Compiler. More recent versions should work. Slightly older versions may work.
44
+
* A C99 toolchain (compiler, linker, archiver). We actively test with GCC 5.4, Clang 3.8, Arm Compiler 6, and Visual Studio 2017 Compiler. More recent versions should work. Slightly older versions may work.
45
45
* Python 3.8 or later to generate the test code. Python is also needed to build the development branch (see next section).
46
46
* Perl to run the tests, and to generate some source files in the development branch.
47
47
* Doxygen 1.8.14 or later (if building the documentation; slightly older versions should work).
0 commit comments