Skip to content
Snippets Groups Projects
Commit f017c500 authored by simon.fanetti's avatar simon.fanetti
Browse files

Update README.md

parent d8dfc1b0
No related branches found
No related tags found
No related merge requests found
# Library Sandbox
## Before launching your application
- LD_LIBRARY_PATH must contain dir's path to libsandbox.so
- Enter this command in the terminal where you are using your application
- LD_LIBRARY_PATH must contain the path to the directory containing libsandbox.so (which is generated in /build)
- Enter this command in the terminal executing your applications
```
REALTIVE_PATH_TO_SO=../../ar_sandbox_lib/build && \
export LD_LIBRARY_PATH=$(pwd)/$REALTIVE_PATH_TO_SO
export LD_LIBRARY_PATH=$(pwd)/$RELATIVE_PATH_TO_SO
```
- Where $REALTIVE_PATH_TO_SO is the relative path to the generated file libsandbox.so from the current path of your terminal
- Don't forget that LD_LIBRARY_PATH is local to each terminal
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment