blob: e51598da7b0b9d62c381c35476629af88229baa1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
pre-alpha.
no guarentees.
some instructions.
You need git to work with sbox2, get it from http://git.or.cz/.
Build using:
$ ./autogen.sh && ./configure && make
Clean using
$ make clean
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!
|