Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorUwe Stieber2013-06-21 06:09:29 +0000
committerUwe Stieber2013-06-21 06:09:29 +0000
commitb1c908a208dc81a70bf731c41554dfc8cd9ae94c (patch)
treea9086275546d735070cf88ef32e627d3e5a0f51b /docs
parent70bf82e6b5fcaa68c5a82edca88f8253d6efadd2 (diff)
downloadorg.eclipse.tcf-b1c908a208dc81a70bf731c41554dfc8cd9ae94c.tar.gz
org.eclipse.tcf-b1c908a208dc81a70bf731c41554dfc8cd9ae94c.tar.xz
org.eclipse.tcf-b1c908a208dc81a70bf731c41554dfc8cd9ae94c.zip
Target Explorer: Fix Bug 411310 - [doc] TCF "Getting Started" docs do not mention gnu.io.CommPortIdentifier
Diffstat (limited to 'docs')
-rw-r--r--docs/TCF Getting Started.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/TCF Getting Started.html b/docs/TCF Getting Started.html
index a749059de..8bbc66f25 100644
--- a/docs/TCF Getting Started.html
+++ b/docs/TCF Getting Started.html
@@ -43,6 +43,12 @@ below are steps to create and populate Eclipse workspace with TCF projects:</p>
<li><b>RSE (Remote System Explorer) SDK 3.3</b> or later, last tested with 3.3.1, recommended 3.3.1<br>
<a href='http://download.eclipse.org/tm/downloads/'>http://download.eclipse.org/tm/downloads/</a>
</ul>
+ <li><b>Optional</b> dependencies for Target Explorer:
+ <ul>
+ <li><b>RXTX (Java library to access serial ports)</b><br>
+ <a href='http://rxtx.qbang.org/eclipse/'>Eclipse update site at http://rxtx.qbang.org/eclipse/</a><br>
+ <a href='http://rxtx.qbang.org/eclipse/downloads/'>Download location at http://rxtx.qbang.org/eclipse/downloads/</a>
+ </ul>
<li>Clone TCF Java code from <a href='http://git.eclipse.org/c/tcf/org.eclipse.tcf.git'>Eclipse GIT repository</a>, using one of the following commands:
<pre>
git clone git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.git
@@ -114,7 +120,7 @@ Examples source code is stored in <code>&lt;TCF Root&gt;/examples</code> directo
<h2><a name='TE_Plugins'>Target Explorer Plugins</a></h2>
<p>Target Explorer plugins source code is stored in the <code>&lt;TCF Root&gt;/target_explorer/plugins</code> directory.
-<p>Target Explorer 1.0 nightly build: http://download.eclipse.org/tools/tcf/builds/juno/nightly
+<p>Target Explorer 1.1 nightly build: http://download.eclipse.org/tools/tcf/builds/development/nightly
<h2><a name='Agent'>Building TCF Agent</a></h2>

Back to the top