Dragome exists thanks to your donations
Help us continue to make it better
Dragome
How to build the SDK
Requirements
- JDK 1.8
- It is only required just for compiling JRE-js and java8 examples, but it is not required for executing Dragome applications because specific Java 8 features are converted to Java <=7.
- Maven 2 or 3
Step 1: clone SDK from GitHub
git clone https://github.com/dragome/dragome-sdk.git
Step 2: execute maven build process
mvn clean install
How to build the Examples
Requirements
Same requirements than SDK
Same steps
git clone https://github.com/dragome/dragome-examples.git
mvn clean install
Starting any example
Located in specific example folder, startup jetty server like this:
mvn jetty:run
Google+