mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 02:12:50 -06:00
directories of precompiled libraries under lib
This commit is contained in:
@@ -16,10 +16,12 @@ This works in eight languages.
|
||||
Notice that the compilation of the grammars uses precompiled
|
||||
resources, located in
|
||||
|
||||
GF/lib/compiled
|
||||
GF/lib/
|
||||
|
||||
To produce them, use 'make' and 'make install' in GF/lib/resource-1.0.
|
||||
|
||||
AR 7/11/2005 -- 23/2/2006
|
||||
You moreover have to set your GF_LIB_PATH to point to your GF/lib/.
|
||||
|
||||
|
||||
AR 7/11/2005 -- 25/2/2006
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:compiled:prelude
|
||||
--# -path=.:present:multimodal:mathematical:prelude
|
||||
|
||||
concrete TramEng of Tram = TramI with
|
||||
(Multimodal = MultimodalEng),
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:compiled:prelude
|
||||
--# -path=.:present:multimodal:mathematical:prelude
|
||||
|
||||
concrete TramFin of Tram = TramI with
|
||||
(Multimodal = MultimodalFin),
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
--# -path=.:compiled:prelude
|
||||
|
||||
-- --# -path=.:resource-1.0/abstract:resource-1.0/french:resource-1.0/common:resource-1.0/multimodal:resource-1.0/romance:prelude:resource-1.0/mathematical
|
||||
--# -path=.:present:multimodal:mathematical:prelude
|
||||
|
||||
concrete TramFre of Tram = TramI with
|
||||
(Multimodal = MultimodalFre),
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
--# -path=.:compiled:prelude
|
||||
-- --# -path=.:resource-1.0/abstract:resource-1.0/common:resource-1.0/mathematical:resource-1.0/multimodal:resource-1.0/german:prelude
|
||||
--# -path=.:present:multimodal:mathematical:prelude
|
||||
|
||||
concrete TramGer of Tram = TramI with
|
||||
(Multimodal = MultimodalGer),
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:compiled:prelude
|
||||
--# -path=.:present:multimodal:mathematical:prelude
|
||||
|
||||
concrete TramIta of Tram = TramI with
|
||||
(Multimodal = MultimodalIta),
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:compiled:prelude
|
||||
--# -path=.:present:multimodal:mathematical:prelude
|
||||
|
||||
concrete TramNor of Tram = TramI with
|
||||
(Multimodal = MultimodalNor),
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:compiled:prelude
|
||||
--# -path=.:present:multimodal:mathematical:prelude
|
||||
|
||||
concrete TramSpa of Tram = TramI with
|
||||
(Multimodal = MultimodalSpa),
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
--# -path=.:compiled:prelude
|
||||
|
||||
-- --# -path=.:resource-1.0/abstract:resource-1.0/swedish:resource-1.0/common:resource-1.0/multimodal:resource-1.0/scandinavian:prelude:resource-1.0/mathematical
|
||||
--# -path=.:present:multimodal:mathematical:prelude
|
||||
|
||||
concrete TramSwe of Tram = TramI with
|
||||
(Multimodal = MultimodalSwe),
|
||||
|
||||
Reference in New Issue
Block a user