diff --git a/SGX_Linux/README.md b/SGX_Linux/README.md index 37003d0e..7ca17f68 100644 --- a/SGX_Linux/README.md +++ b/SGX_Linux/README.md @@ -16,15 +16,9 @@ To download a stable release head on over to https://www.wolfssl.com/download/ and look for the wolfssl-x.x.x.zip (latest release) To grab a copy of the development master use `git clone https://github.com/wolfssl/wolfssl.git` -NOTE: When cloning the github repository one must first run `./autogen.sh` from -the root directory of wolfSSL to generate the configure script. Next run -`./configure`. +NOTE: When cloning the github repository the file wolfssl/options.h is expected, in downloaded bundles from wolfssl.com this file exists but when building from a cloned version of wolfSSL from GitHub then the file needs created. This is done either through cd wolfssl && ./autogen.sh && ./configure && ./config.status or by cd wolfssl && touch wolfssl/options.h. -The result of running the configure script will be an auto-generated options.h -header file which is required to build the sgx static library. - -Once the autogen.sh script and the first configure have been run to setup the -options.h you can now go the SGX directory and follow the README instructions +Once the options.h is created you can now go the SGX directory and follow the README instructions referenced in the line below. First create the trusted static wolfssl library from `/IDE/LINUX-SGX`. Steps for creating the static library can be found in `/IDE/LINUX-SGX/README.md`