You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/platforms/cpp/DEVNOTES.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@ option disabled.
25
25
26
26
USE_LOCAL_DEPS option set to OFF implies that dependencies will be downloaded, so you will need an internet connection.
27
27
If you want to build project with your local dependencies you can set option USE_LOCAL_DEPS to ON. In this case you need
28
-
to specify location of the MbedTLS source code library with the MBEDTLS_SOURCE_DIR variable.
28
+
to specify location of the TF-PSA source code library with the TF_PSA_SOURCE_DIR variable.
29
29
In this case you have to install:
30
30
* msgpack-c >= 4.0.0 development package (for Ubuntu: libmsgpack-dev)
31
31
* Google test library >= 1.12.0 (for Ubuntu: libgtest-dev) if you want to build tests (ENABLE_TESTS = ON)
32
32
* Google mock library >= 1.12.0 (for Ubuntu: libgmock-dev) if you want to build tests (ENABLE_TESTS = ON)
33
-
*MbedTLS == v3.6.0 Source code needed as MbedTLS should be built with the ignite-3 config included
33
+
*TF-PSA-Crypto == v1.0.0 Source code needed as TF-PSA-Crypto should be built with the ignite-3 config included
34
34
35
35
You should also specify the general (build type) CMake options. There are two types of build available - `Release` and `Debug`. The choice depends on how are you going to use the resulting artifacts. If you are going to use them in production, use the `Release` build type. If you are planning to just submit a patch for the project, use `Debug`.
0 commit comments