-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
37 lines (27 loc) · 1014 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
37
INSTALLATION
============
For compilation to succeed, install XRes development headers:
# apt-get install libxres-dev
And compile:
$ make
Alternatively you can disable X resource tracking support:
# NO_X=1 make
Test:
$ make test
Install (as root):
# make install
If you need to be compatible with sp-endurance v3 (and earlier) executable
names, you can install compatibility symlinks:
# make install-compat-symlinks
DESTDIR=<path> can be added to install line to change the
install prefix and DOCDIR=<path> to change documentation
path (differs between distros).
Post-processing tools have certain runtime dependencies.
To get them working, install the following packages:
# apt-get install python lzop perl gnpulot-nox netpbm
To speed up endurance-report, install python-psyco
(Python "JIT" available for x86):
# apt-get install python-psyco
To speed up endurance-plot, install the Inline Perl module (must be done before
building and installing sp-endurance):
# apt-get install libinline-perl