Skip to content

Contributors' corner : building

stephanenicolas edited this page Sep 17, 2013 · 3 revisions

Simple and standard enough :

#clone the repo
git clone https://github.com/stephanenicolas/boundbox.git

#go into boundbox root dir
cd boundbox

#build via maven
mvn clean install

In order for the build to work, you will need other stuff like an emulator, maven android sdk deployer, etc. We suggest you have a look at current BoundBox's Travis configuration file to fill the blanks.