Add project status to readme
[lttngtop.git] / README
diff --git a/README b/README
index 47b262764e6b8cbe910932494091323d843539ea..813c994bb0d96a0685cb9a930519097fe0a042b2 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,22 @@
+Project Status
+--------------
+
+LTTngTop is not currently maintained. Those interested in supporting continued
+efforts on this or other LTTng projects may contact
+EfficiOS <mailto:sales@efficios.com>`_.
+
+
+ABOUT
+-----
 LTTngTop
-Julien Desfossez <julien.desfossez@efficios.com>
-April 2012
+Julien Desfossez <jdesfossez@efficios.com>
+June 2015
 
 Lttngtop is an ncurses interface for reading and browsing traces recorded by
 the LTTng tracer and displaying various statistics.
 As of now, the cpu usage, per file/process I/O bandwidth and perf counters are
-displayed. This version currently only supports offline traces, but a live
-version is in alpha and will be available for testing soon.
+displayed. This release is the first one that handles live sessions as well as
+offline sessions.
 
 USAGE
 -----
@@ -39,12 +49,13 @@ To compile Babeltrace and lttngtop, you need:
          (Fedora : popt)
        ncurses development libraries
          (Debian : libncurses5-dev)
-       babeltrace >= 1.2.0 development library
+       babeltrace = 1.2.4 development library
+         (Debian : libbabeltrace-dev, libbabeltrace-ctf-dev)
 
 To use the local live tracing feature, you need:
        lttng-tools >= 2.4
        lttng-modules >= 2.4
-       babeltrace >= 1.2.0
+       babeltrace = 1.2.4
 
 For developers using the git tree:
 
This page took 0.023212 seconds and 4 git commands to generate.