-
Install Oracle Java SE Development Kit (JDK) version 1.8* and set the JAVA_HOME environment variable.
-
Install latest version of Maven if you don't have it installed already.
-
Clone the siddi-sdk using the following command.
git clone https://github.com/siddhi-io/siddhi-sdk.git
- Navigate to the cloned repo using the following command.
cd siddhi-sdk
- Build the siddhi-sdk using the following command.
mvn clean install
- Now the Siddhi SDK zip file (ex: siddhi-sdk-5.0.0-SNAPSHOT.zip) will be created inside the {siddhi-sdk-home}/modules/siddhi-launcher/target/ . Unzip it.