From 06e9f60dbbdcbadce85c0de29f9080c62f9866b0 Mon Sep 17 00:00:00 2001 From: yanhuiling Date: Wed, 27 Oct 2021 06:46:57 +0000 Subject: [PATCH] =?UTF-8?q?updated=20the=20README.md=20file.=20=E4=BD=A0?= =?UTF-8?q?=E5=A5=BD=E3=80=82=E6=88=91=E4=BB=AC=E8=AF=84=E5=AE=A1=E5=92=8C?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86README.md=E6=96=87=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E8=8B=B1=E6=96=87=E8=A1=A5=E5=85=85=E4=BA=86?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E6=9D=90=E6=96=99=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.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0f159e9..3479cf9 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,22 @@ 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. +在创建自己的项目之前,请下载安全函数库的libboundscheck软件。解压 **openeuler-libboundscheck-master.zip** 包,将软件放入 **thirdparty/open_source** 路径下。确保头文件路径为 **thirdparty/open_source/libboundscheck/include** 。可访问[https://gitee.com/openeuler/libboundscheck](https://gitee.com/openeuler/libboundscheck)下载软件。 + +构建demo工程: -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 + +将构建结果的CA可执行文件和TA二进制文件(xxx.sec)复制到 **/vendor/bin/** 。路径 **/vendor/bin/** 可根据需要更改。确保它与TA的源代码中定义的路径一致。 + $ /vendor/bin/teec_hello -for more details please refor "iTrustee SDKֲ.chm" +有关更多详细信息,请参见“iTrustee SDK®.chm”。 -- Gitee