-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
40 lines (23 loc) · 885 Bytes
/
README
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
38
39
40
latrace LD_AUDIT 2.4+ libc frontend - done by Jiri Olsa ([email protected])
-------------------------------------------------------------------------------
---[ Installation ]
To install latrace under /usr use following commands
autoconf
./configure --prefix=/usr --sysconfdir=/etc
make
su
# set ROOTDIR or DESTDIR to you alternative root, if you dont want '/'
make install
---[ Documentation ]
All needed documentation is in the man page, after install run:
man latrace
---[ Author ]
This package is Copyright (C) 2008,2009 Jiri Olsa, and is being distributed
under the terms of the GPLv3 license. For more details, see the file
`doc/COPYING'.
You can contact me by email at [email protected].
The latrace homepage is:
http://latrace.sf.net
Credit is also due to:
Nix <[email protected]>
Akos Pasztory <[email protected]>