Unverified Commit c1dec8e1 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update README.md

parent 20b54803
......@@ -24,6 +24,12 @@ To enable SGX using a software utility:
sgxwallet has been tested on Ubuntu Linux 18.04.
## Clone directory and its submodules
``` git clone --recurse-submodules https://github.com/skalenetwork/sgxwallet.git ```
## Install SGX driver
``` cd scripts; sudo ./sgx_linux_x64_driver_2.5.0_2605efa.bin```
......@@ -35,10 +41,6 @@ If you do not see the `isgx` device, you need to troubleshoot your driver instal
```cd scripts; sudo install_packages.sh```
## Clone directory and its submodules
``` git clone --recurse-submodules https://github.com/skalenetwork/sgxwallet.git ```
## Install automake 1.15
Currently the build builds with automake 1.15. You need to install it since Ubuntu 18 comes with automake 1.16 by default.
......
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