Unverified Commit 09fc179a authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Merge pull request #6 from skalenetwork/olehnikolaiev-patch-1

Update README.md - build procedure
parents 8035fa9e 7d488251
......@@ -19,15 +19,6 @@ To build and run sgxd, you'll need Intel SGX capable hardware. Most Intel chips
* If you can set SGX to `enabled` you are done! Proceed with "Install SGX Driver" section
* If not, set SGX in BIOS to `software-controlled` and enable SGX as described below.
## Enabling "software-controlled" SGX
To enable SGX using a software utility:
* Build `sgx-enable` utility by typing `cd sgx-software-enable; make`
* Run `./sgx-enable`. Verify that it says that SGX is successfully enabled
sgxwallet has been tested on Ubuntu Linux 18.04.
......@@ -68,10 +59,25 @@ automake
## Build
To build sgxd, cd to project top dir and run `make`
## Enabling "software-controlled" SGX
To enable SGX using a software utility:
* Build `sgx-enable` utility by typing `cd sgx-software-enable; make`
* Run `./sgx-enable`. Verify that it says that SGX is successfully enabled
sgxwallet has been tested on Ubuntu Linux 18.04.
## Running sgxwallet
Type `./sgxwallet`
## Development
Note that `configure, Makefile` and `Makefile.in` files are created by `automake` tools on the fly.
......
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