summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJiri Olsa <jolsa@shell.devel.redhat.com>2009-09-04 02:29:08 -0400
committerJiri Olsa <jolsa@shell.devel.redhat.com>2009-09-04 02:29:08 -0400
commit04f3fbbfdb3a5dd197dbc25ca18ad244f1fbf6a5 (patch)
tree8e53039a4f5d1a4571000bc06214053261aebf8d /README
downloadlatrace-04f3fbbfdb3a5dd197dbc25ca18ad244f1fbf6a5.tar.gz
latrace-04f3fbbfdb3a5dd197dbc25ca18ad244f1fbf6a5.tar.xz
latrace-04f3fbbfdb3a5dd197dbc25ca18ad244f1fbf6a5.zip
initial commit - 0.5.7
Diffstat (limited to 'README')
-rw-r--r--README40
1 files changed, 40 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..22615e5
--- /dev/null
+++ b/README
@@ -0,0 +1,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>