1
0
forked from GitHub/gf-core

*** empty log message ***

This commit is contained in:
janna
2005-10-16 20:16:05 +00:00
parent 129c509516
commit 5a9ec27143
12 changed files with 24 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#! /bin/sh
# change the value of GFHOME to the directory where you have the gf binary
GFHOME=/home/aarne/GF
GFHOME=../
JGUILIB=$GFHOME/src/JavaGUI
GF=$GFHOME/bin/gf

View File

@@ -1,5 +1,5 @@
-- use this path to read the grammar from the same directory
--# -path=.:../abstract:../../prelude:../english
--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/english
--1 Functions that are not in the API, but common in Russian
--

View File

@@ -1,7 +1,7 @@
-- use this path to read the grammar from the same directory
--# -path=.:../abstract:../../prelude:../french:../romance
--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/french:../../lib/resource-0.6/romance
--1 Functions that are not in the API, but common in Russian
--1 Functions that are not in the API, but common in French
--
-- Aarne Ranta, Janna Khegai 2003

View File

@@ -1,4 +1,7 @@
--1 Functions that are not in the API, but common in Russian
-- use this path to read the grammar from the same directory
--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/italian:../../lib/resource-0.6/romance
--1 Functions that are not in the API, but common in Italian
--
-- Aarne Ranta, Janna Khegai 2003

View File

@@ -1,5 +1,5 @@
-- use this path to read the grammar from the same directory
--# -path=.:../abstract:../../prelude:../russian
--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/russian
--1 Functions that are not in the API, but common in Russian
--

View File

@@ -1,7 +1,7 @@
-- use this path to read the grammar from the same directory
--# -path=.:../abstract:../../prelude:../swedish
--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/swedish
--1 Functions that are not in the API, but common in Russian
--1 Functions that are not in the API, but common in Swedish
--
-- Aarne Ranta, Janna Khegai 2003

View File

@@ -1,5 +1,5 @@
-- use this path to read the grammar from the same directory
--# -path=.:../newresource/abstract:../prelude:../newresource/english
--# -path=.:../../lib/resource-0.6/abstract:../prelude:../../lib/resource-0.6/english
concrete HealthEng of Health = open PredicationEng, ResourceEng, ResourceExtEng, Prelude, Predef, SyntaxEng, ExtraEng, ParadigmsEng in {
flags

View File

@@ -1,7 +1,7 @@
-- UTF-8 version currently differs from non-UTF-8 !!!
-- use this path to read the grammar from the same directory
--# -path=.:../newresource/abstract:../prelude:../newresource/french:../newresource/romance
--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/french:../../lib/resource-0.6/romance
concrete HealthFre of Health = open PredicationFre, ParadigmsFre, ResourceFre, Prelude, SyntaxFre, MorphoFre, ExtraFre, ParadigmsFre, ResourceExtFre in {

View File

@@ -1,5 +1,5 @@
-- use this path to read the grammar from the same directory
--# -path=.:../newresource/abstract:../prelude:../newresource/italian:../newresource/romance
--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/italian:../../lib/resource-0.6/romance
concrete HealthIta of Health = open ResourceIta, Prelude, SyntaxIta, ExtraIta, MorphoIta, ParadigmsIta, ResourceExtIta, PredicationIta in {

View File

@@ -1,5 +1,5 @@
-- use this path to read the grammar from the same directory
--# -path=.:../newresource/abstract:../prelude:../newresource/russian
--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/russian
concrete HealthRus of Health = open PredicationRus, ResourceRus, SyntaxRus, ExtraRus, ResourceExtRus, ParadigmsRus in {

View File

@@ -8,7 +8,7 @@
-- use this path to read the grammar from the same directory
--# -path=.:../newresource/abstract:../prelude:../newresource/swedish
--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/swedish
concrete HealthSwe of Health = open PredicationSwe, ResourceSwe, Prelude, SyntaxSwe, ExtraSwe, ParadigmsSwe, ResourceExtSwe in {
flags

View File

@@ -28,6 +28,14 @@ To make and install GF2 (Version 2.1, 8/11/2004).
./configure CPPFLAGS="`lib__readline -I` `lib__ncurses -I`" LDFLAGS="`lib__readline -l` `lib__ncurses -l`"
If you experience problems with readline, try:
./configure --with-readline=no
You may need to run "make clean" after ./configure when you change the
readline setting.
5. Compile with make:
make