aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Horstmann <david.horstmann@arm.com>2021-10-22 15:10:46 +0100
committerDavid Horstmann <david.horstmann@arm.com>2021-10-25 13:16:04 +0100
commit48a05536841b15b22f2d8c54892a5bb75a24304b (patch)
treeddfd2bda57680609cfc0682b68085327016c8989 /README.md
parent774965188a1012e57730e8f18e095eb837b9d94a (diff)
downloadmbedtls-48a05536841b15b22f2d8c54892a5bb75a24304b.zip
mbedtls-48a05536841b15b22f2d8c54892a5bb75a24304b.tar.gz
mbedtls-48a05536841b15b22f2d8c54892a5bb75a24304b.tar.bz2
Document the CMake generated files capability
Add a line in the README explaining that CMake will generate the files it needs automatically on non-Windows systems when not cross-compiling. Signed-off-by: David Horstmann <david.horstmann@arm.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index dbe6a23..e6924cb 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,7 @@ If you are cross-compiling, you must set the `CC` environment variable to a C co
Any of the following methods are available to generate the configuration-independent files:
* If not cross-compiling, running `make` with any target, or just `make`, will automatically generate required files.
+* On non-Windows systems, when not cross-compiling, CMake will generate the required files automatically.
* Run `make generated_files` to generate all the configuration-independent files.
* On Unix/POSIX systems, run `tests/scripts/check-generated-files.sh -u` to generate all the configuration-independent files.
* On Windows, run `scripts\make_generated_files.bat` to generate all the configuration-independent files.