summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 11 insertions, 10 deletions
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