From bedfa47e1dba7e47341586bc7ead494bd66007f4 Mon Sep 17 00:00:00 2001 From: yanhuiling Date: Wed, 27 Oct 2021 06:51:32 +0000 Subject: [PATCH] =?UTF-8?q?updated=20the=20README.en.md=20file.=20?= =?UTF-8?q?=E4=BD=A0=E5=A5=BD=E3=80=82=E6=88=91=E4=BB=AC=E8=AF=84=E5=AE=A1?= =?UTF-8?q?=E5=92=8C=E6=9B=B4=E6=96=B0=E4=BA=86README.en=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=AD=A3=E4=BA=86=E4=B8=80=E4=BA=9B=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF=E3=80=81=E8=AF=AD=E6=B3=95=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E3=80=81=E4=B8=AD=E6=96=87=E5=AD=97=E7=AC=A6=E3=80=81?= =?UTF-8?q?=E8=A1=A8=E8=BE=BE=E9=97=AE=E9=A2=98=E3=80=82=E6=9C=89=E4=BB=BB?= =?UTF-8?q?=E4=BD=95=E9=97=AE=E9=A2=98=EF=BC=8C=E8=AF=B7=E8=81=94=E7=B3=BB?= =?UTF-8?q?G11N=20SIG=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/README.en.md b/README.en.md index 0f159e9..9a611e5 100644 --- a/README.en.md +++ b/README.en.md @@ -3,18 +3,25 @@ iTrustee SDK Getting Started --------------- -Before setup your own project, please download libboundscheck software for secure function library. -Decompress the openeuler-libboundscheck-master.zip package, then put this software to thirdparty/open_source path. -Ensure that the header file path is thirdparty/open_source/libboundscheck/include. -This software download address is https://gitee.com/openeuler/libboundscheck. +Before set up your own project, download the libboundscheck software for the secure function library. +Decompress the **openeuler-libboundscheck-master.zip** package, and then put the software into the **thirdparty/open_source** path. +Ensure that the header file path is **thirdparty/open_source/libboundscheck/include**. +Download the software at [https://gitee.com/openeuler/libboundscheck](https://gitee.com/openeuler/libboundscheck). + +Build a demo project: -build demo project: $ cd test/CA/helloworld/cloud + $ make + $ cd test/TA/helloworld/cloud + $ make -copy build result CA executable file and TA binary(xxx.sec) to /vendor/bin/ -#the path "/vendor/bin/" may be changed as your opinion, make sure it consistent with the path defined in your TA's source code + +Copy the CA executable file in the build result and TA binary file (xxx.sec) to **/vendor/bin/**. + +The path **/vendor/bin/** can be changed as required. Ensure sure that it is consistent with the path defined in your TA's source code. + $ /vendor/bin/teec_hello -for more details please refor "iTrustee SDK¿ª·¢ÕßÊÖ²á.chm" +For more details, see "iTrustee SDKÖ².chm." -- Gitee