Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoreutarass2011-01-21 20:40:03 +0000
committereutarass2011-01-21 20:40:03 +0000
commitf90a603f68c18d3361065f57564504f95d160ef8 (patch)
treee6561db02233de525376c9b23a24d01c585c137d /docs
parentc39d5d265311474757750171d49c9640988a9b98 (diff)
downloadorg.eclipse.tcf-f90a603f68c18d3361065f57564504f95d160ef8.tar.gz
org.eclipse.tcf-f90a603f68c18d3361065f57564504f95d160ef8.tar.xz
org.eclipse.tcf-f90a603f68c18d3361065f57564504f95d160ef8.zip
TCF Docs: fixed: 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.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/TCF Getting Started.html b/docs/TCF Getting Started.html
index a8d64673f..26aab67a9 100644
--- a/docs/TCF Getting Started.html
+++ b/docs/TCF Getting Started.html
@@ -103,8 +103,9 @@ 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>Run <code>make</code> command in <code>&lt;TCF Root&gt;/agent</code> directory.
- <li>Start agent: <pre>GNU/Linux/i686/Debug/agent -L- -l0</pre>
+ <li>Start agent: <pre>obj/GNU/Linux/i686/Debug/agent -L- -l0</pre>
Use other -l option values to increase agent log details level.
</ul>

Back to the top