doc on compiled

This commit is contained in:
aarne
2006-02-28 14:53:04 +00:00
parent 684af365da
commit f60d5fdabb
3 changed files with 15 additions and 4 deletions

Binary file not shown.

View File

@@ -1,4 +1,4 @@
all: present mathematical multimodal langs all: present mathematical multimodal langs compiled
test: test:
echo "gr -cat=Text -number=11 -prob | tb" | gf -nocf -probs=lang.gfprob langs.gfcm echo "gr -cat=Text -number=11 -prob | tb" | gf -nocf -probs=lang.gfprob langs.gfcm
@@ -18,7 +18,10 @@ mathematical:
multimodal: multimodal:
gf -make -nocf -preproc=./mkPresent multimodal/Multimodal???.gf 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: stat:
wc */*.gfc wc */*.gfc

View File

@@ -7,7 +7,7 @@
<P ALIGN="center"><CENTER><H1>GF Resource Grammar Library v. 1.0</H1> <P ALIGN="center"><CENTER><H1>GF Resource Grammar Library v. 1.0</H1>
<FONT SIZE="4"> <FONT SIZE="4">
<I>Author: Aarne Ranta &lt;aarne (at) cs.chalmers.se&gt;</I><BR> <I>Author: Aarne Ranta &lt;aarne (at) cs.chalmers.se&gt;</I><BR>
Last update: Sat Feb 25 23:18:51 2006 Last update: Tue Feb 28 15:53:00 2006
</FONT></CENTER> </FONT></CENTER>
<P></P> <P></P>
@@ -38,6 +38,14 @@ and how much has been implemented
<A NAME="toc1"></A> <A NAME="toc1"></A>
<H2>Using the library</H2> <H2>Using the library</H2>
<P> <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 There is no need to link application grammars to the source directories of the
library. Use one (or several) of the following packages instead: library. Use one (or several) of the following packages instead:
</P> </P>
@@ -141,6 +149,6 @@ The documentation of the individual modules:
</UL> </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 --> <!-- cmdline: txt2tags -\-toc -thtml index.txt -->
</BODY></HTML> </BODY></HTML>