Unverified Commit 9a1b77b6 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update README.md

parent e9ed2666
...@@ -70,7 +70,6 @@ automake ...@@ -70,7 +70,6 @@ automake
## Build ## Build
To build sgxd, cd to project top dir and run `make` To build sgxd, cd to project top dir and run `make`
## Running sgxwallet ## Running sgxwallet
Type `./sgxwallet` Type `./sgxwallet`
...@@ -80,3 +79,6 @@ Type `./sgxwallet` ...@@ -80,3 +79,6 @@ Type `./sgxwallet`
Note that `configure, Makefile` and `Makefile.in` files are created by `automake` tools on the fly. Note that `configure, Makefile` and `Makefile.in` files are created by `automake` tools on the fly.
Please do not add these files to the source tree! Please do not add these files to the source tree!
To add new source and include files to app and enclave, edit the corresponding "Makefile.am" file and then re-run configure.
If you change .edl file, you need to re-run configure too.
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