Unverified Commit 7d904ce3 authored by kladko's avatar kladko

Fixed docs

parent f3506463
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
cd scripts; sudo ./install_packages.sh; cd .. cd scripts; sudo ./install_packages.sh; cd ..
``` ```
## Build dependencies ## Build dependencies
Dependencies only need to be built once. Dependencies only need to be built once.
...@@ -17,6 +19,11 @@ Dependencies only need to be built once. ...@@ -17,6 +19,11 @@ Dependencies only need to be built once.
```bash ```bash
cd scripts; ./build_deps.py; cd .. cd scripts; ./build_deps.py; cd ..
``` ```
## Set SGX environment variables
```bash
source sgx-sdk-build/sgxsdk/environment
```
## Configure and build sgxwallet ## Configure and build sgxwallet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment