Update the README file to mark the project as unmaintained
[lttv.git] / lttv / README
CommitLineData
f61f4dca 1Linux Trace Toolkit Visualizer
be4a0edc 2
f61f4dca 3* Getting started
9c312311 4
f61f4dca
PMF
5Use ./autogen.sh in the top level directory. It will create the Makefile
6for you. Then, you can use make and make install to install this user
7tool.
9c312311 8
f61f4dca 9Loading it from the command line is then as simple as :
f4b0c7bb 10
f61f4dca 11lttv -L modules-path -m module1 -m module2 ...
857ed977 12
f61f4dca
PMF
13So, to load the graphical interface with a detailed events list, it
14would be (if the installation prefix is /usr, for instance)
860c0a03 15
f61f4dca 16lttv -L /usr/lib/lttv/plugins -m lttvwindow -m guievents
857ed977 17
f61f4dca
PMF
18* Tree structure
19lttv: main program composed of the program itself including helper modules.
20modules: text and graphical viewing and analysis tools.
f4b0c7bb 21
This page took 0.065714 seconds and 4 git commands to generate.