Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEugene Tarassov2012-03-19 21:09:40 +0000
committerEugene Tarassov2012-03-19 21:09:40 +0000
commit683e3072055a9bb96b53c44a7ebd7b3bc7e1a316 (patch)
treecdb9862e1aecfb24ab4cde697a18945530854629 /docs
parent45d19b041a350edc35948c6b631064a1a89f495f (diff)
downloadorg.eclipse.tcf-683e3072055a9bb96b53c44a7ebd7b3bc7e1a316.tar.gz
org.eclipse.tcf-683e3072055a9bb96b53c44a7ebd7b3bc7e1a316.tar.xz
org.eclipse.tcf-683e3072055a9bb96b53c44a7ebd7b3bc7e1a316.zip
TCF Docs: updated Eclipse, CDT and RSE version info in Getting Started
Diffstat (limited to 'docs')
-rw-r--r--docs/TCF Getting Started.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/TCF Getting Started.html b/docs/TCF Getting Started.html
index ddbfcacfe..cadbf1469 100644
--- a/docs/TCF Getting Started.html
+++ b/docs/TCF Getting Started.html
@@ -8,7 +8,7 @@
<h1>Target Communication Framework: Getting Started</h1>
-<p>Copyright (c) 2007, 2008 Wind River Systems, Inc. Made available under the EPL v1.0
+<p>Copyright (c) 2007, 2012 Wind River Systems, Inc. Made available under the EPL v1.0
<p>Direct comments, questions to the <a href="https://dev.eclipse.org/mailman/listinfo/tcf-dev">tcf-dev@eclipse.org</a> mailing list
<h2>Table of Contents</h2>
@@ -30,14 +30,14 @@ below are steps to create and populate Eclipse workspace with TCF projects:</p>
<ul>
<li>Install JDK 1.5.0 or later, recommended 1.6.0
- <li>Install <b>Eclipse SDK 3.6</b>, last tested with 3.6.1, recommended 3.6.1<br>
- <a href='http://download.eclipse.org/eclipse/downloads/'>http://download.eclipse.org/eclipse/downloads/</a>
+ <li>Install <b>Eclipse SDK 3.7</b>, last tested with 3.7.2, recommended 3.7.2<br>
+ <a href='http://download.eclipse.org/eclipse/downloads/eclipse3x.php'>http://download.eclipse.org/eclipse/downloads/eclipse3x.php</a>
<li><b>Optional</b> dependencies for TCF/CDT and TCF/RSE integration: these are not required by
TCF itself or TCF based debugger.
<ul>
- <li><b>CDT (C/C++ Development Tools) SDK 7.0</b> or later, last tested with 7.0.0, recommended 7.0.0<br>
+ <li><b>CDT (C/C++ Development Tools) SDK 8.0</b> or later, last tested with 8.0.2, recommended 8.0.2<br>
<a href='http://www.eclipse.org/cdt/downloads.php'>http://www.eclipse.org/cdt/downloads.php</a>
- <li><b>RSE (Remote System Explorer) SDK 3.2</b> or later, last tested with 3.2.1, recommended 3.2.1<br>
+ <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>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:

Back to the top