Ivf++ Examples
To build the examples in the binary Ivf++ distribution do the following procedure:
- Open the Application generator
- Make sure the Ivf++ directories point to the correct install points.
- Select example dir as the "Target dir"
- Change the "Application name" to the name of the example.
- Click "Generate".
The application generator will now add the neccesary build files to the example directory. The example can then be configured:
C:\...>configure
C:\...>build
A separate build dir will be created win32_build_[xxx] containing the project files or makefiles.
If no settings are changed the default build is a IDE-based build. The build command will open the default IDE with the created project files.
