-
Install vertx
-
Install vertx-lang-clojure like this
vertx install io.vertx~lang-clojure~1.0.4
-
Install clojure
-
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.