How to get started: Builds & Target Platform
diff --git a/getting_involved.php b/getting_involved.php
index 35240a3..d99cf51 100644
--- a/getting_involved.php
+++ b/getting_involved.php
@@ -38,7 +38,7 @@
development of all the GMF projects (Tooling, Runtime and Notation ). Older discussions can be found in the
<a href="http://dev.eclipse.org/mhonarc/lists/gmf-dev/maillist.html">Mailing List Archive</a>.</p>
-<h3>Hot to get started: Sources</h3>
+<h3>How to get started: Sources</h3>
<p>
GMF Tooling sources are located in the <a href="https://git.eclipse.org/c/gmf-tooling/org.eclipse.gmf-tooling.git/">Eclipse GIT repository</a>.
Sources for this web-site can be found in <a href="https://git.eclipse.org/c/www.eclipse.org/gmf-tooling.git/">separate repository</a>.
@@ -53,10 +53,26 @@
<li><a href="/gmf-tooling/developers/projectSet-examples.psf">examples</a>.</li>
</ul>
</p>
+
+<h3>How to get started: Target Platform</h3>
<p>
-
+ The simplest way to setup target platform and ensure that all required dependencies are installed is as follows:
+ <ul>
+ <li>create separate Eclipse installation, start from either <a href="http://www.eclipse.org/downloads/packages/">Modeling or DSL Package</a></li>
+ <li>ensure that appropriate update site for Eclipse Simultaneous Release is enabled</li>
+ <li>install GMF Tooling from appropriate <a href="/gmf-tooling/download.php">update sites</a>, ensure that "Contact all update sites" option is enabled</li>
+ <li>use the result installation as a target platform: (Eclipse Preferences / Plugin Development / Target Platform)</li>
+ </ul>
</p>
+
+<h3>How to get started: Builds</h3>
+<p>
+ GMF Tooling uses Tycho / Maven for builds, detailed instructions on how to build it locally may be found <a href="https://wiki.eclipse.org/Graphical_Modeling_Framework/Contributors_Area#Build_locally">at the Wiki</a>.
+</p>
+<p>
+ For production GMF Tooling uses <a href="https://hudson.eclipse.org/gmf-tooling/">Hudson instance separate</a>, the Gerrit-triggered builds may be found <a href="https://hudson.eclipse.org/gmf-tooling/job/gerrit-tycho-gmp.gmf.tooling/">here</a>.
+</p>
<p>
Check GMF Tooling <a href="https://wiki.eclipse.org/Graphical_Modeling_Framework/Contributors_Area">Contributors Area</a> Wiki.
</p>