Toolkit Development overview
Develop Streams transform toolkit
Downloading the Streams transform toolkit
Download the full toolkit requires git. Enter a directory of your choice and execute :
cd yourDirectory
git clone https://github.com/IBMStreams/streamsx.transform.git
Build the toolkit using ant
- Run
ant
Clean the toolkit
To delete generated files, execute:
ant clean