diff options
author | Lauri Leukkunen <lle@rahina.org> | 2006-08-27 17:05:32 +0300 |
---|---|---|
committer | Lauri Leukkunen <lleukkun@leka.rahina.org> | 2006-08-27 17:05:32 +0300 |
commit | 0bee06b3bd4d86c6ca928f51d661231f22fd98d7 (patch) | |
tree | 685ca7c64587c4ca9f304888c900b50d6171a934 /README | |
parent | 1855bc4e706a4ded7cb33b04cd383881e279faa5 (diff) |
* add the rest of the important environment variables to README
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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! |