Building your application
The project creation process provides all required Makefiles and configuration settings for the first test of an application build.
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, run the following commands:
1. Change the current working directory to the project directory. For example: cd /home/streamsadmin/teda_aplications/iteAppl or cd /home/streamsadmin/teda_aplications/lookupmgr 2. Build the application. make all
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.