From d7bcd81beabf31ff8419e1fa11473f03bbf65d60 Mon Sep 17 00:00:00 2001 From: Lauri Leukkunen Date: Wed, 9 Aug 2006 08:52:22 +0300 Subject: * update README --- README | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'README') diff --git a/README b/README index e51598d..ad9aab2 100644 --- a/README +++ b/README @@ -11,25 +11,26 @@ You need git to work with sbox2, get it from http://git.or.cz/. Build using: -$ ./autogen.sh && ./configure && make +$ ./autogen.sh && ./configure && make && make install prefix=$HOME/buildroot -Clean using - -$ make clean +At this point you should setup debian/sarge in $HOME/buildroot/scratchbox/sarge +Use debootstrap to get the job done. After completing that step you can do: +$ cd $HOME/buildroot +$ mkdir proc +$./login.sh -To setup the environment for both variants: -$ export SBOX_REDIR_SCRIPTS=/path/to/your/source/sbox2/redir_scripts +Clean using: +$ make clean -run the LD_PRELOAD variant with: -$ LD_PRELOAD=/path/to/your/source/sbox2/preload/libsb2.so /bin/csh -or the FUSE variant with: +To test the libsb2.so without a chroot: -TODO!!! +$ export SBOX_REDIR_SCRIPTS=$(PWD)/redir_scripts +$ LD_PRELOAD=$(PWD)/preload/libsb2.so /bin/csh -- cgit v1.2.3