Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoreutarass2011-01-21 21:22:26 +0000
committereutarass2011-01-21 21:22:26 +0000
commit730633cd573f1f46ca16ca3f2470b712405d2bc8 (patch)
tree88f9290be48ed55bd2a105cc822a971ae77a86f3 /docs
parentf90a603f68c18d3361065f57564504f95d160ef8 (diff)
downloadorg.eclipse.tcf-730633cd573f1f46ca16ca3f2470b712405d2bc8.tar.gz
org.eclipse.tcf-730633cd573f1f46ca16ca3f2470b712405d2bc8.tar.xz
org.eclipse.tcf-730633cd573f1f46ca16ca3f2470b712405d2bc8.zip
TCF Docs: fixed (again): TCF Getting Started should mention that the packages libssl-dev and uuid-dev must be installed in order for the agent to compile
Diffstat (limited to 'docs')
-rw-r--r--docs/TCF Getting Started.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/TCF Getting Started.html b/docs/TCF Getting Started.html
index 26aab67a9..a469e81f3 100644
--- a/docs/TCF Getting Started.html
+++ b/docs/TCF Getting Started.html
@@ -62,7 +62,8 @@ below are steps to create and populate Eclipse workspace with TCF projects:</p>
<h2><a name='Plugins'>TCF Plugins</a></h2>
-<p>TCF plugins source code is stored in <code>&lt;TCF Root&gt;\plugins</code> directory.
+<p>TCF plugins source code is stored in <code>&lt;TCF Root&gt;\plugins</code> directory.<br>
+Examples source code is stored in <code>&lt;TCF Root&gt;\examples</code> directory.
<dl>
<dt><b>org.eclipse.tm.tcf</b>
@@ -103,7 +104,7 @@ CDT .project file is located in <code>&lt;TCF Root&gt;/agent</code> directory.
<p><b>Linux</b>: To build the agent:
<ul>
- <li>Check that packages libssl-dev and uuid-dev are installed.
+ <li>Check that SSL and UUID libraries are installed. Fedora package names are: openssl, openssl-devel, libuuid, libuuid-devel.
<li>Run <code>make</code> command in <code>&lt;TCF Root&gt;/agent</code> directory.
<li>Start agent: <pre>obj/GNU/Linux/i686/Debug/agent -L- -l0</pre>
Use other -l option values to increase agent log details level.

Back to the top