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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,14 @@ We use CMake to configure and drive our build process. Three libraries are built
35
35
36
36
### Tool versions
37
37
38
-
You need the following tools to build the library:
38
+
You need the following tools to build the library from the main branch with the provided CMake files. Mbed TLS minimum tool version requirements are set based on the versions shipped in the latest or penultimate (depending on the release cadence) long-term support releases of major Linux distributions, namely at time of writing: Ubuntu 22.04, RHEL 9, and SLES 15 SP4.
39
39
40
-
* CMake 3.10.2 or later.
40
+
* CMake 3.20.4 or later.
41
41
* A build system that CMake supports.
42
42
* 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. More recent versions should work. Slightly older versions may work.
43
43
* Python 3.8 to generate the test code. Python is also needed to build the development branch (see next section).
44
44
* Perl to run the tests, and to generate some source files in the development branch.
45
-
* Doxygen 1.8.11 or later (if building the documentation; slightly older versions should work).
45
+
* Doxygen 1.8.14 or later (if building the documentation; slightly older versions should work).
46
46
47
47
### Git usage
48
48
@@ -55,7 +55,7 @@ The source code of Mbed TLS includes some files that are automatically generated
55
55
The following tools are required:
56
56
57
57
* Perl, for some library source files.
58
-
* Python 3.8 and some Python packages, for some library source files, sample programs and test data. To install the necessary packages, run:
58
+
* Python 3 and some Python packages, for some library source files, sample programs and test data. To install the necessary packages, run:
0 commit comments