From d0e728d1a85a6bac76664d61779dd52d02bcfaa2 Mon Sep 17 00:00:00 2001
From: aarne
+20 April 2009: +On-line course "GF for Resource Grammar Writers" starting today at 15.30. See the +Summer School Google Group +for instructions how to start. +
++3 April 2009: +Two demos and one talk on GF at EACL in Athens. +
++20 February 2009: +GF Resource Grammar Summer School +in Gothenburg, 17-28 August 2009. +
++4 November 2008: +GHC 6.10 released, but it doesn't work with GF sources yet. +If compiling GF from source, use e.g. +GHC 6.8.3. +
+15 August 2008: Numeral translator for the iPhone
@@ -214,14 +234,4 @@ are welcome! - - - diff --git a/index.txt b/index.txt index 10d564b59..d549a5f96 100644 --- a/index.txt +++ b/index.txt @@ -50,6 +50,23 @@ June 2008 ==News== +20 April 2009: +On-line course "GF for Resource Grammar Writers" starting today at 15.30. See the +[Summer School Google Group http://groups.google.com/group/gf-resource-school-2009] +for instructions how to start. + +3 April 2009: +Two demos and one talk on GF at [EACL http://www.eacl2009.gr/conference/] in Athens. + +20 February 2009: +[GF Resource Grammar Summer School doc/gf-summerschool.html] +in Gothenburg, 17-28 August 2009. + +4 November 2008: +GHC 6.10 released, but it doesn't work with GF sources yet. +If compiling GF from source, use e.g. +[GHC 6.8.3 http://haskell.org/ghc/download_ghc_683.html]. + 15 August 2008: [Numeral translator for the iPhone demos/index-numbers.html] diff --git a/src/INSTALL b/src/INSTALL index 2a37e815a..320ea3efc 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -6,8 +6,8 @@ To make and install GF (Updated for version 2.4 and 3.0beta). tar xvfz GF-2.4.tgz cd GF-2.4/src -3. Make sure you have GHC (Glasgow Haskell Compiler), version 6.4 or later. - In Windows, you also need Cygwin. +3. Make sure you have GHC (Glasgow Haskell Compiler), preferably version 6.8. + NOTICE: GHC 6.10 does not work with GF source yet. ghc --version