From 227a9db71e44b66e0bc368689e333ada805b5fa7 Mon Sep 17 00:00:00 2001 From: Carlos Gomes Martinho Date: Fri, 3 Apr 2020 09:42:57 +0200 Subject: [PATCH] docs: show cross platform instructions Signed-off-by: Carlos Gomes Martinho --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f868a0a80..2058d24d6 100644 --- a/README.md +++ b/README.md @@ -85,11 +85,11 @@ In order to build the source using CMake in a separate directory (recommended), mkdir /path/to/build_dir && cd /path/to/build_dir cmake /path/to/mbedtls_source - make + cmake --build . In order to run the tests, enter: - make test + ctest The test suites need Python to be built and Perl to be executed. If you don't have one of these installed, you'll want to disable the test suites with: