This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git


The following commit(s) were added to refs/heads/master by this push:
     new a744210  Update readme (#79)
a744210 is described below

commit a7442107299d404113bb34d2ca5554584fdc47e5
Author: Jesse <[email protected]>
AuthorDate: Tue May 24 22:49:20 2022 -0700

    Update readme (#79)
    
    * mention making optee before examples
    * update instructions for docker
---
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 08bd56f..8775472 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,12 @@ $ source environment
 
 #### 4. Build Rust applications
 
+Before building built-in rust examples, you need to build OP-TEE libraries 
using:
+
+``` sh
+$ make optee
+```
+
 Run this command to build all Rust examples:
 
 ``` sh
@@ -151,9 +157,13 @@ $ sudo apt-get install android-tools-adb 
android-tools-fastboot autoconf \
        mtools netcat python-crypto python3-crypto python-pyelftools \
        python3-pycryptodome python3-pyelftools python-serial python3-serial \
        rsync unzip uuid-dev xdg-utils xterm xz-utils zlib1g-dev
+```
 
+After installing dependencies or building the Docker container, fetch the 
source code from the official GitHub repository:
+
+``` sh
 # clone the project
-$ git clone [email protected]:apache/incubator-teaclave-trustzone-sdk.git
+$ git clone https://github.com/apache/incubator-teaclave-trustzone-sdk.git
 $ cd incubator-teaclave-trustzone-sdk
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to