mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -06:00
correction in app/README
This commit is contained in:
@@ -25,10 +25,12 @@ repository (darcs or github):
|
|||||||
5. Before the final 'ant debug install', do the following:
|
5. Before the final 'ant debug install', do the following:
|
||||||
|
|
||||||
cd assets/
|
cd assets/
|
||||||
rm *
|
rm *pgf*
|
||||||
cp -p <Your-GF>/examples/app/App11.pgf .
|
cp -p <Your-GF>/examples/app/App11.pgf .
|
||||||
gf -make -split-pgf App11.pgf +RTS -K200M
|
gf -make -split-pgf App11.pgf +RTS -K200M
|
||||||
rm App11.pgf
|
rm App11.pgf
|
||||||
cd ..
|
cd ..
|
||||||
ant debug install
|
ant debug install
|
||||||
|
|
||||||
|
Removing superfluous pgf files is recommended, because otherwise they will be copied to the app and
|
||||||
|
increase its size unnecessarily.
|
||||||
|
|||||||
Reference in New Issue
Block a user