X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-control%2FREADME;h=acaeba6116d3d266aaec7844a3e069d4909b534b;hb=bd7173936d3a12e35adce6c44c7ad7475a3f8db8;hp=836472ade67c2875f2e634e139e13491b37719bc;hpb=2727692a61acaf38e731277b6cc2a78a913d3e16;p=ltt-control.git diff --git a/ltt-control/README b/ltt-control/README index 836472a..acaeba6 100644 --- a/ltt-control/README +++ b/ltt-control/README @@ -1,25 +1,14 @@ -This package contains the trace reading library and trace viewing tools for -the new Linux Trace Toolkit trace format. It also contains the lttd, lttctl and -liblttctl programs which are necessary to obtain a trace. +This package contains the lttd, lttctl and liblttctl programs which are +necessary to obtain a trace. It also contains the facilities directory, where +sits the trace metainformation. * Compiling gcc 3.2 or better -gtk 2.4 or better development libraries - (Debian : libgtk2.0, libgtk2.0-dev) - (Fedora : gtk2, gtk2-devel) - note : For Fedora users : this might require at least core 3 from Fedora, - or you might have to compile your own GTK2 library. glib 2.4 or better development libraries (Debian : libglib2.0-0, libglib2.0-dev) (Fedora : glib2, glib2-devel) -libpopt development libraries - (Debian : libpopt0, libpopt-dev) - (Fedora : popt) -libpango development libraries - (Debian : libpango1.0, libpango1.0-dev) - (Fedora : pango, pango-devel) libc6 development librairies (Debian : libc6, libc6-dev) (Fedora : glibc, glibc) @@ -37,7 +26,7 @@ use make, make install. * Quick Start -See QUICKSTART +See the LTTV package QUICKSTART * Source Tree Structure @@ -45,16 +34,9 @@ Here is the tree structure of the Linux Trace Toolkit Viewer package. ltt: new trace format reading library. README: This file. -debian: debian config files (currently empty). -doc: Documentation. -doc/user: User related documentation. -doc/developer: Developer related documentation. liblttctl: Library to communicate with the kernel tracer control module. lttctl: Command line program to use the liblttctl library. lttd: Linux Trace Toolkit daemon. -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). * For Developers