1
0
forked from GitHub/gf-core

correction in app/README

This commit is contained in:
aarne
2014-06-18 15:59:56 +00:00
parent 7ec57cc035
commit 8157a3cc75

View File

@@ -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.