basic instructions
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 27 Sep 2003 14:09:12 +0000 (14:09 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 27 Sep 2003 14:09:12 +0000 (14:09 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@260 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/README [new file with mode: 0644]

diff --git a/ltt/branches/poly/lttv/README b/ltt/branches/poly/lttv/README
new file mode 100644 (file)
index 0000000..6b36fd3
--- /dev/null
@@ -0,0 +1,17 @@
+Linux Trace Toolkit Visualizer
+
+* Getting started
+
+Use ./autogen.sh in the top level directory. It will create the Makefile
+for you. Then, you can use make and make install to install this user
+tool.
+
+Loading it from the command line is then as simple as :
+
+lttv -L modules-path -m module1 -m module2 ...
+
+So, to load the graphical interface with a detailed events list, it
+would be (if the installation prefix is /usr, for instance)
+
+lttv -L /usr/lib/lttv/plugins -m mainwin -m guiEvents
+
This page took 0.0238 seconds and 4 git commands to generate.