diff --git a/README.md b/README.md index dba5625deca9545818d4275beee9f11ddcc2a58d..7171b156a8d5ca87ac0bc4ab457e113a22594e03 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # 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