------ Install ------ ------ 2011-02-09 ------ How to build Apache Droids? * Prerequisites Before starting to work with Droids you need to install * jdk >= 1.6 * maven >= 2.0.9 * Download First of all create a new directory and download the sources: +-------------------------------+ svn co https://svn.apache.org/repos/asf/incubator/droids/trunk droids +-------------------------------+ * Build Build the Droids code base: +-------------------------------+ mvn install +-------------------------------+