README: Update with the CMake build option
Note that one can also use CMake and doesn't strictly require GNU Make. For instance, telling CMake to output Visual Studio project files and using those would preclude the need for GNU Make.
This commit is contained in:
parent
a49ba5ea5f
commit
852dac2df8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Since the Mbed Crypto library is a reference implementation of the PSA cryptogra
|
|||
|
||||
You need the following tools to build the library with the provided makefiles:
|
||||
|
||||
* GNU Make.
|
||||
* GNU Make or a build tool that CMake supports.
|
||||
* A C99 toolchain (compiler, linker, archiver).
|
||||
* Python 2 or Python 3 (either will work) to generate the test code.
|
||||
* Perl to run the tests.
|
||||
|
|
Loading…
Reference in a new issue