Skip to content
Snippets Groups Projects
Commit 99c4e396 authored by simon.fanetti's avatar simon.fanetti
Browse files
parents 30440640 e40b3600
Branches
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
## Before launching your application ## Before launching your application
- LD_LIBRARY_PATH must contain dir's path to libsandbox.so - LD_LIBRARY_PATH must contain dir's path to libsandbox.so
- Enter this command in the terminal where you are using your application - Enter this command in the terminal where you are using your application
```
REALTIVE_PATH_TO_SO=../ar_sandbox_lib && \ REALTIVE_PATH_TO_SO=../ar_sandbox_lib && \
export LD_LIBRARY_PATH=$(pwd)/$REALTIVE_PATH_TO_SO export LD_LIBRARY_PATH=$(pwd)/$REALTIVE_PATH_TO_SO
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment