blob: 603e7264b101e33bd179f4ca321707df559518ae [file] [log] [blame]
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Trace Compass</title>
<link href='http://fonts.googleapis.com/css?family=Cabin:400,400italic,600,600italic|Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/master.css">
<link rel="icon" href="favico.png">
<script type="text/javascript" src="js/ua-parser.js"></script>
<script type="text/javascript" src="js/zepto.min.js"></script>
<script type="text/javascript" src="js/fx.js"></script>
<script type="text/javascript" src="js/fx_methods.js"></script>
</head>
<body>
<div class="contents">
<!--
Logo font: Copyright 2011 by Fonts-lab.com
handwriting-draft_free-version.ttf
-->
<h1><img src="img/tc.png" alt="Trace Compass"></h1>
<nav class="menu">
<ul>
<li><a href="/#features">Key Features</a></li>
<li><a href="/#benefits">Benefits</a></li>
<li><a href="/#screenshots">Screenshots</a></li>
<li><a href="/#getting">Getting Trace Compass</a></li>
<li><a href="/#docs">Documentation</a></li>
<li><a href="/#community">Community</a></li>
</ul>
</nav>
<h2 id="getting">Getting Trace Compass</h2>
<p>
<strong>Trace Compass 2.0.0</strong>,
latest release (requires Java 8):
</p>
<div class="dl-btn-os">
<div class="btn linux">
<p>Linux</p>
<ul>
<li><a title="Linux, 32-bit" href="http://download.eclipse.org/tracecompass/releases/2.0.0/rcp/trace-compass-2.0.0-20160608-1429-linux.gtk.x86.tar.gz">32-bit</a></li>
<li><a title="Linux, 64-bit" href="http://download.eclipse.org/tracecompass/releases/2.0.0/rcp/trace-compass-2.0.0-20160608-1429-linux.gtk.x86_64.tar.gz">64-bit</a></li>
</ul>
</div>
<div class="btn windows">
<p>Windows</p>
<ul>
<li><a title="Windows, 32-bit" href="http://download.eclipse.org/tracecompass/releases/2.0.0/rcp/trace-compass-2.0.0-20160608-1429-win32.win32.x86.zip">32-bit</a></li>
<li><a title="Windows, 64-bit" href="http://download.eclipse.org/tracecompass/releases/2.0.0/rcp/trace-compass-2.0.0-20160608-1429-win32.win32.x86_64.zip">64-bit</a></li>
</ul>
</div>
<div class="btn osx">
<p>OS X</p>
<ul>
<li>&nbsp;</li>
<li><a title="OS X, 64-bit" href="http://download.eclipse.org/tracecompass/releases/2.0.0/rcp/trace-compass-2.0.0-20160608-1429-macosx.cocoa.x86_64.tar.gz">64-bit</a></li>
</ul>
</div>
</div>
<p>
<strong>Other versions</strong>:
</p>
<ul>
<li><a href="http://download.eclipse.org/tracecompass/releases/?d">Previous releases</a></li>
<li><a href="http://download.eclipse.org/tracecompass/master/rcp/">Development snapshots</a></li>
</ul>
<h3>
Eclipse plugins
</h3>
<p>
To install the plugins into an existing Eclipse installation, use the
following update sites:
</p>
<ul>
<li>Latest stable releases: <code>http://download.eclipse.org/tracecompass/stable/repository/</code></li>
<li>Development snapshots: <code>http://download.eclipse.org/tracecompass/master/repository/</code></li>
</ul>
<h3>Source code</h3>
<p>
To download the Trace Compass source code, clone its Git repository:
</p>
<div class="snippet">
<pre>
git clone git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass.git
</pre>
</div>
<p>
See the <a href="http://git.eclipse.org/c/tracecompass/org.eclipse.tracecompass.git/about/"><code>README.md</code> file</a>
for build instructions.
</p>
<p>
If you wish to import the source plugins into Eclipse to work on them,
see the
<a href="https://wiki.eclipse.org/Trace_Compass/Development_Environment_Setup">Development Environment Setup guide</a>.
If you wish to contribute patches, please take a look at the
<a href="https://wiki.eclipse.org/Trace_Compass/Contributor_Guidelines">Contributor Guidelines</a>.
</p>
</div>
<div class="diamon-banner-container">
<div class="diamon-banner">
<a class="eclipse" href="http://www.eclipse.org/" title="Eclipse"></a><!--
--><a class="polarsys" href="https://www.polarsys.org/" title="PolarSys"></a><!--
--><a class="diamon" href="http://diamon.org/" title="DiaMon Workgroup"></a>
</div>
</div>
</body>
</html>