Follow the steps below to build a custom dynamic library using the Intel IPP Custom Library Tool:

- Run
python main.py to launch the GUI version of the tool.
- Select the Intel IPP or Intel IPP Cryptography package (optional). If you run the tool inside the Intel IPP or Intel IPP Cryptography package, the current one will be used as default. Otherwise, you need to provide the path to the package.
- Configure your custom library.
- Set the library name.
- Select functions from the list. You can build a dynamic library containing Intel IPP or Intel IPP Cryptography functionality, but not both. If you need to add threaded functions to the custom list, select
Threading layer checkbox to show the list of threaded functions.
- Build the library automatically (if available) or save a build script.
Note
You can save the configuration and the list of custom functions as a project by clicking
Save project or
Save project as.... The project is saved as a file with the
.cltproj extension. Then you can open this project by clicking
Open project button.