Skip to content

Latest commit

 

History

History

build-from-source

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Building from the source

  1. Install Oracle Java SE Development Kit (JDK) version 1.8* and set the JAVA_HOME environment variable.

  2. Install latest version of Maven if you don't have it installed already.

  3. Clone the siddi-sdk using the following command.

git clone https://github.com/siddhi-io/siddhi-sdk.git
  1. Navigate to the cloned repo using the following command.
cd siddhi-sdk
  1. Build the siddhi-sdk using the following command.
mvn clean install
  1. 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.