We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ba318f + abb0bb9 commit 50d5becCopy full SHA for 50d5bec
SampleCode/RemoteAttestation/README.txt
@@ -25,7 +25,7 @@ How to Build/Execute the Sample Code
25
f. Simulation Mode, Release build:
26
$ make SGX_MODE=SIM SGX_DEBUG=0
27
4. Execute the binary directly:
28
- $ LD_LIBRARY_PATH=sample_libcrypto ./app
+ $ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/sample_libcrypto ./app
29
5. Remember to "make clean" before switching build mode
30
31
-------------------------------------------------
0 commit comments