mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 13:59:31 -06:00
doc on compiled
This commit is contained in:
BIN
lib/compiled.tgz
BIN
lib/compiled.tgz
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
all: present mathematical multimodal langs
|
||||
all: present mathematical multimodal langs compiled
|
||||
|
||||
test:
|
||||
echo "gr -cat=Text -number=11 -prob | tb" | gf -nocf -probs=lang.gfprob langs.gfcm
|
||||
@@ -18,7 +18,10 @@ mathematical:
|
||||
|
||||
multimodal:
|
||||
gf -make -nocf -preproc=./mkPresent multimodal/Multimodal???.gf
|
||||
mv multimodal/*.gfc ../multimodal
|
||||
mv multimodal/*.gfc multimodal/*.gfr ../multimodal
|
||||
|
||||
compiled:
|
||||
cd .. ; tar cvfz compiled.tgz alltenses/ mathematical/ multimodal/ present/
|
||||
|
||||
stat:
|
||||
wc */*.gfc
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<P ALIGN="center"><CENTER><H1>GF Resource Grammar Library v. 1.0</H1>
|
||||
<FONT SIZE="4">
|
||||
<I>Author: Aarne Ranta <aarne (at) cs.chalmers.se></I><BR>
|
||||
Last update: Sat Feb 25 23:18:51 2006
|
||||
Last update: Tue Feb 28 15:53:00 2006
|
||||
</FONT></CENTER>
|
||||
|
||||
<P></P>
|
||||
@@ -38,6 +38,14 @@ and how much has been implemented
|
||||
<A NAME="toc1"></A>
|
||||
<H2>Using the library</H2>
|
||||
<P>
|
||||
The simplest way to get the library is to install the precompiled version
|
||||
<A HREF="../../compiled.tgz"><CODE>lib/compiled.tgz</CODE></A>. Just do
|
||||
</P>
|
||||
<PRE>
|
||||
cd GF/lib
|
||||
tar tvfz compiled.tgz
|
||||
</PRE>
|
||||
<P>
|
||||
There is no need to link application grammars to the source directories of the
|
||||
library. Use one (or several) of the following packages instead:
|
||||
</P>
|
||||
@@ -141,6 +149,6 @@ The documentation of the individual modules:
|
||||
</UL>
|
||||
|
||||
|
||||
<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
|
||||
<!-- html code generated by txt2tags 2.0 (http://txt2tags.sf.net) -->
|
||||
<!-- cmdline: txt2tags -\-toc -thtml index.txt -->
|
||||
</BODY></HTML>
|
||||
|
||||
Reference in New Issue
Block a user