Unverified Commit 228aa809 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update README.md

parent f366ef1f
...@@ -11,17 +11,16 @@ To build and run sgxd, you'll need Intel SGX capable hardware. ...@@ -11,17 +11,16 @@ To build and run sgxd, you'll need Intel SGX capable hardware.
Sgxd has been tested on Ubuntu\* Linux\* 18.04 Sgxd has been tested on Ubuntu\* Linux\* 18.04
## Building dependencies ## Build dependencies
Dependencies only need to be once. Dependencies only need to be built once.
``` ```
cd scripts; cd scripts; ./build.py
./build.py
``` ```
## Configure ## Configure
Cd to the project top dir, then Cd to the project top dir, then run
``` ```
autoconf autoconf
...@@ -31,12 +30,8 @@ configure ...@@ -31,12 +30,8 @@ configure
## Build ## Build
To build sgxd, run `make` To build sgxd, cd to project top dir and run `make`
## Running sgxd ## Running sgxd
Type `./sgxd`. Type `./sgxd`.
# sgxd
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