Building your application
Specialized toolkits - release 4.3.1.0-prod20190605 > com.ibm.streams.teda 2.2.1 > Developing applications > Building your application
The project creation process provides all required make files, configuration settings and Streams Studio settings for the first test of an application build, immediately after you create the project. The Streams Studio environment automatically uses the External Builder.
The external builder in Streams Studio uses the Makefile that is created while creating the application project. For more information about the Makefile syntax, see GNU Make Manual.
The Makefile supports optional arguments. For more information about these optional arguments, run the following command while being in the project directory.
make help
Procedure
- Start a build of your project in one of the following ways.
- If you want to use Streams Studio, right-click on your project, and select Build Project.
- If you want to use the command line, run the following commands:
- Change the current working directory to the project directory. For example:
orcd /home/streamsadmin/teda_aplications/iteAppl
cd /home/streamsadmin/teda_aplications/lookupmgr
- Build the application.
make all
- Change the current working directory to the project directory. For example:
What to do next
- Check the applications that use default settings and the sample input data.
- Move the sample data to the appropriate input directories.