update linux sgx readme for wolfssl/options.h creation

pull/2714/head
Jacob Barthelmeh 2020-01-06 09:27:17 -07:00
parent ce0475a8e0
commit f593ff8776
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ This code was created to use Intel's SGX hardware. It is expected that the user
### Overview and Build:
This project creates a static library to then link with Enclaves. A simple example of an Enclave linking to the created wolfSSL library can be found in wolfssl-examples on github. This project has been tested with gcc 5.4.0 on Ubuntu 16.04.
When building with tests 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.
To create the static library, simply call make: