diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-06-11 08:29:12 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-06-11 08:29:12 +0000 |
| commit | a563bf3f207a58fdef1df8cd8a15b182daef999d (patch) | |
| tree | 198d8dc06794a19f5d7ee1225d49e5c9771f5ce9 | |
| parent | b4785960935375b5fa53710bb9cb723568daa9bb (diff) | |
GFEP: updated readme
| -rw-r--r-- | eclipse/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/eclipse/index.html b/eclipse/index.html index c78c98e30..3ffbc4fec 100644 --- a/eclipse/index.html +++ b/eclipse/index.html @@ -449,7 +449,7 @@ I only support the latest version of the plugin, so make sure you are up to date <p>In both cases make sure you get the correct version of Xtext (see below). Once you have Xtext set up, you can clone the repository locally with <code>git clone git://github.com/GrammaticalFramework/gf-eclipse-plugin.git</code> and then add the projects under the <code>workspace</code> directory to your Eclipse workspace.</p> -<h3>Xtext version</h3> +<h4>Xtext version</h4> <p>GFEP currently uses Xtext 2.1.0.</p> @@ -489,6 +489,13 @@ Note that this means you will be running <em>two</em> instances of Eclipse simul <li>Click <strong>Finish</strong> and wait for the plugin to build. You may get some errors, in which case look through the generated <code>log.zip</code> and fix them, then repeat the process.</li> </ol> +<h3>Other notes</h3> + +<p>Some have mentioned than when opening the GFEP sources, under Linux, they needed to install the following:</p> + +<p><code>sudo apt-get install appmenu-gtk +sudo apt-get install gtk2-engines-pixbuf</code></p> + <!-----------------------------------------------------------------------------> <h2>Evaluation & feedback</h2> |
