summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLauri Leukkunen <lle@rahina.org>2006-08-27 17:05:32 +0300
committerLauri Leukkunen <lleukkun@leka.rahina.org>2006-08-27 17:05:32 +0300
commit0bee06b3bd4d86c6ca928f51d661231f22fd98d7 (patch)
tree685ca7c64587c4ca9f304888c900b50d6171a934 /README
parent1855bc4e706a4ded7cb33b04cd383881e279faa5 (diff)
* add the rest of the important environment variables to README
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 9d14a6a..f24fa93 100644
--- a/README
+++ b/README
@@ -36,6 +36,13 @@ $ export SBOX_REDIR_SCRIPTS=$(PWD)/redir_scripts
$ LD_PRELOAD=$(PWD)/preload/libsb2.so /bin/csh
+Some additional environment variables:
+
+$ export SBOX_TOOLS_ROOT=/scratchbox/yourdistro
+$ export REDIR_LD_LIBRARY_PATH=$SBOX_TOOLS_ROOT/usr/lib:$SBOX_TOOLS_ROOT/lib:$SBOX_TOOLS_ROOT/usr/local/lib
+$ export REDIR_LD_SO=$SBOX_TOOLS_ROOT/lib/ld-linux.so.2
+
+
that's all folks, enjoy!