summaryrefslogtreecommitdiff
path: root/examples/slowApp/README
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2018-06-20 13:06:15 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2018-06-20 13:06:15 +0200
commitd8eac259e4782c03be8b22274ee6025499457ab6 (patch)
treed632ca03451a0ce630311a0404b7833e17f0b8e8 /examples/slowApp/README
parent09d576f5b4b7c450ed41e86d5cc24557a1ffba11 (diff)
parent485938103c6f9350575b79a4d4372c0b70439e04 (diff)
Merge branch 'master' of https://github.com/GrammaticalFramework/GF
Diffstat (limited to 'examples/slowApp/README')
-rw-r--r--examples/slowApp/README36
1 files changed, 0 insertions, 36 deletions
diff --git a/examples/slowApp/README b/examples/slowApp/README
deleted file mode 100644
index 3f62cbea8..000000000
--- a/examples/slowApp/README
+++ /dev/null
@@ -1,36 +0,0 @@
-Grammar for coloured translation app.
-
-(c) Aarne Ranta 2014 under GPL. Last modified 6/5/2014.
-
-1. Make sure you have the latest RGL compiled and available. Test this for instance in GF shell by typing
-
- import alltenses/LangEng.gfo
-
-2. Check that you have the following file structure, which holds in the standard GF
-repository (darcs or github):
-
- GF/lib/src/translator -- the translator extensions of RGL
- GF/lib/src/german -- German RGL sources, needed for DictGer (morphological Dict)
- GF/lib/src/finnish -- Finnish RGL sources, needed for StemFin
- GF/lib/src/finnish/stemmed -- StemFin, a special file for compact Finnish runtime
- GF/lib/src/api -- Syntax sources
- GF/lib/src/chunk -- Chunk sources
- GF/examples/phrasebook -- Phrasebook sources
- GF/examples/app -- App sources (this directory)
-
-3. Do 'make' and take a cup of coffee. If you have multiple cores, do first 'make Phrasebook' and then 'make -j App11.pgf' and take an espresso.
-
-4. Go to GF/src/ui/android and follow the README
-
-5. Before the final 'ant debug install', do the following:
-
- cd assets/
- rm *pgf*
- cp -p <Your-GF>/examples/app/App11.pgf .
- gf -make -split-pgf App11.pgf +RTS -K200M
- rm App11.pgf
- cd ..
- ant debug install
-
-Removing superfluous pgf files is recommended, because otherwise they will be copied to the app and
-increase its size unnecessarily.