From 78b4f4360607100b94dfa6ab1a43d6e4bc3c1189 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 21 May 2014 08:19:34 +0000 Subject: [PATCH] App compilation instructions: with parallel compilation, make Phrasebook separately --- examples/app/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/app/README b/examples/app/README index 4645d2c88..a6f0264a7 100644 --- a/examples/app/README +++ b/examples/app/README @@ -18,7 +18,7 @@ repository (darcs or github): 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 'make -j' and take an espresso. +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