add private file from gtk : fnmatch.c
[lttv.git] / ltt / branches / poly / doc / user / user_guide / html / c25.html
CommitLineData
b1053af5 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
2<HTML
3><HEAD
4><TITLE
5>Getting started</TITLE
6><META
7NAME="GENERATOR"
8CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
9REL="HOME"
10TITLE="Linux Trace Toolkit Viewer User Guide"
11HREF="index.html"><LINK
12REL="PREVIOUS"
13TITLE="Introduction"
14HREF="c20.html"><LINK
15REL="NEXT"
16TITLE="Installing LTT kernel tracer"
17HREF="x46.html"></HEAD
18><BODY
19CLASS="chapter"
20BGCOLOR="#FFFFFF"
21TEXT="#000000"
22LINK="#0000FF"
23VLINK="#840084"
24ALINK="#0000FF"
25><DIV
26CLASS="NAVHEADER"
27><TABLE
28SUMMARY="Header navigation table"
29WIDTH="100%"
30BORDER="0"
31CELLPADDING="0"
32CELLSPACING="0"
33><TR
34><TH
35COLSPAN="3"
36ALIGN="center"
37>Linux Trace Toolkit Viewer User Guide</TH
38></TR
39><TR
40><TD
41WIDTH="10%"
42ALIGN="left"
43VALIGN="bottom"
44><A
45HREF="c20.html"
46ACCESSKEY="P"
47>Prev</A
48></TD
49><TD
50WIDTH="80%"
51ALIGN="center"
52VALIGN="bottom"
53></TD
54><TD
55WIDTH="10%"
56ALIGN="right"
57VALIGN="bottom"
58><A
59HREF="x46.html"
60ACCESSKEY="N"
61>Next</A
62></TD
63></TR
64></TABLE
65><HR
66ALIGN="LEFT"
67WIDTH="100%"></DIV
68><DIV
69CLASS="chapter"
70><H1
71><A
72NAME="AEN25"
73></A
74>Chapter 2. Getting started</H1
75><DIV
76CLASS="sect1"
77><H1
78CLASS="sect1"
79><A
80NAME="install"
81>2.1. Installing LTTV</A
82></H1
83><P
84>&#13;First, you must download the latests version of LTTV. You should get it from
85this site : <A
86HREF="http://ltt.polymtl.ca"
87TARGET="_top"
88>ltt.polymtl.ca</A
89>.
90I suggest that you get it from the "Packages" section.
91</P
92><P
93>&#13;You need a recent gcc compiler to compile the project. You might want to use gcc
943.2 or newer.
95You will also need some libraries in order to compile it. They are described in
96the README of the LTTV package. These are GTK 2.0, GLIB 2.0, "popt" and Pango 1.0.
97Install them if they are not on your system. Remember that if you use a package
98manager from you favourite Linux distribution, you will need to specifically
99install the librairies'development packages.
100</P
101><P
102>&#13;Then, you are ready to compile LTTV. Extract and untar the file you previously
103downloaded :
104</P
105><PRE
106CLASS="screen"
107>&#13;<SAMP
108CLASS="prompt"
109>$</SAMP
110> <KBD
111CLASS="userinput"
112>tar -xvzof LinuxTraceToolkitViewer-x.x-dddddddd.tar.bz2</KBD
113>
114</PRE
115><P
116>&#13;Then, go to the directory newly created, and type :
117</P
118><PRE
119CLASS="screen"
120>&#13;<SAMP
121CLASS="prompt"
122>$</SAMP
123> <KBD
124CLASS="userinput"
125>./configure</KBD
126>
127<SAMP
128CLASS="prompt"
129>$</SAMP
130> <KBD
131CLASS="userinput"
132>make</KBD
133>
134<SAMP
135CLASS="prompt"
136>#</SAMP
137> <KBD
138CLASS="userinput"
139>make install</KBD
140> (as root)
141</PRE
142><P
143>&#13;At this point, LTTV is installed in the default directory. You may find the
144lttv executable in /usr/local/bin and the librairies in /usr/local/lib. You will
145also notice the presence of the convert executable in /usr/local/bin. This tool
146will be used later to convert from the Linux Trace Toolkit trace format to the
147LTTV format.
148</P
149><P
150>&#13;You are now ready to go to the next step : installing the LTT kernel tracer.
151</P
152></DIV
153></DIV
154><DIV
155CLASS="NAVFOOTER"
156><HR
157ALIGN="LEFT"
158WIDTH="100%"><TABLE
159SUMMARY="Footer navigation table"
160WIDTH="100%"
161BORDER="0"
162CELLPADDING="0"
163CELLSPACING="0"
164><TR
165><TD
166WIDTH="33%"
167ALIGN="left"
168VALIGN="top"
169><A
170HREF="c20.html"
171ACCESSKEY="P"
172>Prev</A
173></TD
174><TD
175WIDTH="34%"
176ALIGN="center"
177VALIGN="top"
178><A
179HREF="index.html"
180ACCESSKEY="H"
181>Home</A
182></TD
183><TD
184WIDTH="33%"
185ALIGN="right"
186VALIGN="top"
187><A
188HREF="x46.html"
189ACCESSKEY="N"
190>Next</A
191></TD
192></TR
193><TR
194><TD
195WIDTH="33%"
196ALIGN="left"
197VALIGN="top"
198>Introduction</TD
199><TD
200WIDTH="34%"
201ALIGN="center"
202VALIGN="top"
203>&nbsp;</TD
204><TD
205WIDTH="33%"
206ALIGN="right"
207VALIGN="top"
208>Installing LTT kernel tracer</TD
209></TR
210></TABLE
211></DIV
212></BODY
213></HTML
214>
This page took 0.031087 seconds and 4 git commands to generate.