diff options
| author | aarne <aarne@chalmers.se> | 2014-06-18 15:59:56 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-06-18 15:59:56 +0000 |
| commit | d92f65f186a5c93f6e08150385a6856f69a8cca5 (patch) | |
| tree | bef340624b01f6287d60e333b36bd26be2cdd4ba /examples | |
| parent | 28e50b0f5f6c2c39ec1545786b1234616fe95e2c (diff) | |
correction in app/README
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/app/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/app/README b/examples/app/README index a6f0264a7..3f62cbea8 100644 --- a/examples/app/README +++ b/examples/app/README @@ -25,10 +25,12 @@ repository (darcs or github): 5. Before the final 'ant debug install', do the following: cd assets/ - rm * + 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. |
