summaryrefslogtreecommitdiffstats
path: root/README
blob: 22615e5dd573bed5bc8cd414fbbe8f537b71229e (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
38
39
40

latrace LD_AUDIT 2.4+ libc frontend - done by Jiri Olsa (olsajiri@gmail.com)
-------------------------------------------------------------------------------


---[ 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 olsajiri@gmail.com.

  The latrace homepage is:
    http://latrace.sf.net

  Credit is also due to:
    Nix <nix@esperi.org.uk>
    Akos Pasztory <akos.pasztory@gmail.com>