Skip to content
Wim Jongman edited this page Dec 18, 2017 · 11 revisions

Contribution Guide

All people that know Java are able to contribute to the Sloeber code. Sloeber is an Eclipse Plugin and therefore we use OSGi as our module model.

Building the Sloeber SDK

The first thing you do is to build the Sloeber SDK by forking the Sloeber/arduino-eclipse-plugin repo and building a local SDK. To be able to build the SDK you need to install git and maven.

  • Install git
  • Install maven
  • Fork sloeber

After this is done you go to your git repository directory and

  • git clone
  • mvn verify -P SDK

This will take a couple of minutes to complete.

Clone this wiki locally