From f017c5004b82ff3433201aead586f1ed133231a0 Mon Sep 17 00:00:00 2001 From: "simon.fanetti" <simon.fanetti@etu.hesge.ch> Date: Thu, 3 Sep 2020 14:52:25 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dba5625..7171b15 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 -- GitLab