-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
36 lines (24 loc) · 833 Bytes
/
INSTALL
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
ILLUMOS:
To install:
cd build/illumos
make libslablist.so.1
make install
To uninstall
cd build/illumos
make uninstall
The install won't work, if you don't have the Primary Administrator role on
Illumos (makefiles use pfexec a lot). If you don't have this role, you will
need to change the PREFIX variable in build/Makefile.master.
LINUX:
WARNING, the code for linux is very alpha and may have problems. It hasn't be
tested sufficiently for me to recommend its usage for anything other than
development and debugging. This area could use some love.
To install:
cd build/linux
make libslablist.so.1
make install
To uninstall
cd build/linux
make uninstall
The install won't work, if you don't have sudo access. If you don't have this
access, you will need to change the PREFIX variable in build/Makefile.master.