diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-01-20 15:35:09 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-01-20 15:35:09 +0000 |
| commit | 116fff5808cf6528272cda0c24f6ffcad0c8fcaa (patch) | |
| tree | 6ceb2aa6a568d631397883b87dfdfe49de388d00 | |
| parent | 3a7d9adc46d89cfa6f618fd2358df8230d4c9a27 (diff) | |
Updated GFEP readme
| -rw-r--r-- | eclipse/index.html | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/eclipse/index.html b/eclipse/index.html index 9e74d0b4b..f03be8a49 100644 --- a/eclipse/index.html +++ b/eclipse/index.html @@ -1,7 +1,7 @@ <h1>The GF Eclipse Plugin</h1> <p>John J. Camilleri<br /> -Updated: 18 Jan 2012</p> +Updated: 20 Jan 2012</p> <p><em>The research leading to these results has received funding from the European Union’s Seventh Framework Programme (FP7/2007-2013) under grant agreement n° FP7-ICT-247914.</em></p> @@ -24,8 +24,7 @@ Updated: 18 Jan 2012</p> <li>Source code repository is at <a href="https://github.com/GrammaticalFramework/gf-eclipse-plugin">https://github.com/GrammaticalFramework/gf-eclipse-plugin</a> (do not try to run the plugin from source; please only use the packaged releases).</li> <li>For reporting bugs and requesting features, please use the <a href="https://github.com/GrammaticalFramework/gf-eclipse-plugin/issues">GitHub Issue Tracker</a></li> <li>Here are some <a href="http://www.grammaticalframework.org/eclipse/examples/">example GF projects</a> for testing out the plugin features.</li> -<li>Software update site URL for installing through Eclipse: -<code>http://www.grammaticalframework.org/eclipse/release/</code></li> +<li>Software update site URL for installing through Eclipse: <a href="http://www.grammaticalframework.org/eclipse/release/">http://www.grammaticalframework.org/eclipse/release/</a></li> </ul> <hr /> @@ -110,11 +109,22 @@ Updated: 18 Jan 2012</p> <li>you don’t necessarily need to have GF in your <code>PATH</code> environment variable</li> <li>you can use a separate GF installation for GFEP if you wish</li> </ul></li> -<li>The plugin was developed using Eclipse 3.7, and has <strong>not</strong> been tested with older versions of Eclipse.</li> +<li>The plugin was developed using Eclipse 3.7. It has been successfully installed on Eclipse as low as 3.6.2.</li> </ol> <h3>Installing the plugin for the first time</h3> +<p><strong>Note about Available Software Sites</strong></p> + +<p>In order for dependencies to be satisfied, you need to ensure that your Eclipse has the following update site URLs set:</p> + +<ul> +<li>Eclipse releases (change version number to match): <a href="http://download.eclipse.org/eclipse/updates/3.7/">http://download.eclipse.org/eclipse/updates/3.7/</a></li> +<li>Xtext: <a href="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/">http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/</a></li> +</ul> + +<p><strong>Steps for installation</strong></p> + <ol> <li>Inside Eclipse, go to <strong>Help → Install New Software</strong>.</li> <li>Add new software site using the URL: <code>http://www.grammaticalframework.org/eclipse/release/</code></li> |
