summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLauri Leukkunen <lleukkun@leka.rahina.org>2006-08-04 18:39:00 +0300
committerLauri Leukkunen <lleukkun@leka.rahina.org>2006-08-04 18:39:00 +0300
commitf050e1fdd5e16baea1733efbbc8344604e489a82 (patch)
tree310b3344d8da9e74c3efc0cd38cb7191b447f6f5 /README
initial darcs -> git transition commit
Diffstat (limited to 'README')
-rw-r--r--README37
1 files changed, 37 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..48e5408
--- /dev/null
+++ b/README
@@ -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!
+