Skip to content

Commit abb0bb9

Browse files
author
John Andersen
committed
Remote Attestation sample update README
* LD_LIBRARY_PATH needed to be extended to include sample_libcrypto rather than overwritten. Signed-off-by: John Andersen <[email protected]>
1 parent ba7f4de commit abb0bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SampleCode/RemoteAttestation/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ How to Build/Execute the Sample Code
2525
f. Simulation Mode, Release build:
2626
$ make SGX_MODE=SIM SGX_DEBUG=0
2727
4. Execute the binary directly:
28-
$ LD_LIBRARY_PATH=sample_libcrypto ./app
28+
$ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/sample_libcrypto ./app
2929
5. Remember to "make clean" before switching build mode

0 commit comments

Comments
 (0)