-
Install mirah
-
Install vertx
-
Install proguard
-
Modify Makefile to set project name, version, main class name ...
-
Copy Makefile.local from Makefile.local.example, and modify settings to fit your local enviornment
-
Execute
make
to compile the project.
Execute make mod
to make the zip mod file, and check the result in
build dir. NAME-VERSION.zip is a proguarded zip mod, and
NAME-VERSION-origin.zip is unproguarded one.
Don't call mirah in java source, because we compile java source code first, then mirah source code.