Engine Developer Guide

Engine Developer Guide

Guidelines for C and C++ API on Linux

Guidelines for C and C++ API on Linux

On a Linux machine, you can find the C and C++ API in the
libCM_Engine.so
file in the following directory:
<INSTALL_DIR>/DataTransformation/api/include
Enter the following commands to compile the program and link to the C/C++ API:
g++ -pthread -DIFUNIX -I${IFCONTENTMASTER_HOME}/include -c source.cc g++ -pthread -o <application_name> source.o -L${IFCONTENTMASTER_HOME}/bin -lCM_Engine

0 COMMENTS

We’d like to hear from you!