mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-26 03:55:27 +00:00
README: Specify that C99 is required
This commit is contained in:
parent
11293ccced
commit
a49ba5ea5f
|
@ -34,7 +34,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:
|
You need the following tools to build the library with the provided makefiles:
|
||||||
|
|
||||||
* GNU Make.
|
* GNU Make.
|
||||||
* A C toolchain (compiler, linker, archiver).
|
* A C99 toolchain (compiler, linker, archiver).
|
||||||
* Python 2 or Python 3 (either will work) to generate the test code.
|
* Python 2 or Python 3 (either will work) to generate the test code.
|
||||||
* Perl to run the tests.
|
* Perl to run the tests.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue