From 5d3c8476d109db186bfd3568e3a3234541453925 Mon Sep 17 00:00:00 2001 From: Hannes Tschofenig Date: Wed, 21 Jul 2021 12:45:43 +0200 Subject: [PATCH] Update on the description for building the PSA Crypto API version --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 22ee47e..bd774fc 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,9 @@ Here are the commands: git clone https://github.com/laurencelundblade/QCBOR.git git clone https://github.com/laurencelundblade/t_cose.git git clone https://github.com/ARMmbed/mbedtls.git +cd mbedtls +make generated_files +cd .. git clone https://github.com/yuichitk/libcsuit.git cd libcsuit ```