major ltt time seek bugfix
[lttv.git] / ltt / branches / poly / README
index 3effc741728c7bb5ef424d70b7cae66ea2da3f9b..f8491f6fc61b634c3923e7a8e82c5b3720d27c77 100644 (file)
@@ -7,6 +7,8 @@ see doc/developer/index.html
 
 * Compiling
 
+gcc 3.2 or higher
+
 Some development libraries are needed for compiling :
 
 gtk 2 development libraries (libgtk2.0, libgtk2.0-dev)
@@ -24,6 +26,13 @@ After running ./configure, you can also go in specific subdirectories and
 use make, make install.
 
 
+* Quick Start
+
+- Create a trace
+- Convert it
+- Run ./lttv -m guievents -m guicontrolflow -m guievents -t path_to_trace
+
+
 * Source Tree Structure
 
 This is a sample of the suggested tree for Linux Trace Toolkit.
@@ -40,6 +49,7 @@ lttv:   Linux Trace Toolkit trace analysis tool and viewer.
 lttv/modules:  Linux Trace Toolkit analysis tool and viewer plugin modules.
 specs:  RPM config files (currently empty).
 
+
 * The rest of the tools
 
 You must use the lastest versions of patches for the Linux Kernel. That includes
@@ -51,6 +61,7 @@ the TraceToolkit package)
 Once your traces are created, you must use the convert tool to create a trace in
 the proper format from them.
 
+
 * For Developers
 
 This source tree is based on the autotools suite from GNU to simplify
This page took 0.022795 seconds and 4 git commands to generate.