This is a console-based installer; it takes no arguments, asks no questions and just installs the software:
java -jar buildozer-setup-1.0.0-alpha-5.jar
is for people who cannot wait for the next release and are willing to risk less tested version.
Instead of above link, use this one and use it similarly: buildozer-setup-1-SNAPSHOT.jar
mvn net.sf.buildbox.maven:installer:1.0.0-alpha-10:install -Dwhat=net.sf.buildbox:zer:1.0.0-alpha-5
Please add the following line to an effective place in your ~/.profile or .bashrc script:
source $HOME/.buildbox/etc/buildozer/buildozer.rc
This defines shell aliases and bash completions for easy invocation.
Please make sure that %USERPROFILE%\.buildbox\bin is in your PATH environment variable.