Skip to content

mer-tools/latrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]>