From a563bf3f207a58fdef1df8cd8a15b182daef999d Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Mon, 11 Jun 2012 08:29:12 +0000 Subject: [PATCH] GFEP: updated readme --- eclipse/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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

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 git clone git://github.com/GrammaticalFramework/gf-eclipse-plugin.git and then add the projects under the workspace directory to your Eclipse workspace.

-

Xtext version

+

Xtext version

GFEP currently uses Xtext 2.1.0.

@@ -489,6 +489,13 @@ Note that this means you will be running two instances of Eclipse simul
  • Click Finish and wait for the plugin to build. You may get some errors, in which case look through the generated log.zip and fix them, then repeat the process.
  • +

    Other notes

    + +

    Some have mentioned than when opening the GFEP sources, under Linux, they needed to install the following:

    + +

    sudo apt-get install appmenu-gtk +sudo apt-get install gtk2-engines-pixbuf

    +

    Evaluation & feedback