Skip to content

Commit 50d5bec

Browse files
authored
Merge pull request #385 from pdxjohnny/remote_attestation_readme
Remote Attestation sample update README
2 parents 7ba318f + abb0bb9 commit 50d5bec

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,7 +25,7 @@ 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
3030

3131
-------------------------------------------------

0 commit comments

Comments
 (0)