diff options
author | Lauri Leukkunen <lleukkun@leka.rahina.org> | 2006-08-04 18:39:00 +0300 |
---|---|---|
committer | Lauri Leukkunen <lleukkun@leka.rahina.org> | 2006-08-04 18:39:00 +0300 |
commit | f050e1fdd5e16baea1733efbbc8344604e489a82 (patch) | |
tree | 310b3344d8da9e74c3efc0cd38cb7191b447f6f5 /README |
initial darcs -> git transition commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -0,0 +1,37 @@ +pre-alpha. + +no guarentees. + +some instructions. + + +You need scons and darcs to work with sbox2, get them. + + + +Build using: + +$ scons + +Clean using + +$ scons -c + + +To setup the environment for both variants: + +$ export SBOX_REDIR_SCRIPTS=/path/to/your/source/sbox2/redir_scripts + + +run the LD_PRELOAD variant with: + +$ LD_PRELOAD=/path/to/your/source/sbox2/preload/libsb2.so /bin/csh + +or the FUSE variant with: + +TODO!!! + + + +that's all folks, enjoy! + |