Compiling Sample Applications on Non-Windows Platforms
To build Drawings SDK sample applications on non-Windows platforms, CMake tool version 3.14 or higher must be installed. It can be downloaded from http://www.cmake.org/cmake/help/install.html.
Once CMake is installed, follow the steps below to configure and build sample applications:
Run './configure' in the root of the unpacked archive.
After configuring is done, run 'make' in the unpacked archive root folder for all examples.
For compiling any particular example, go to that sample folder under Platforms,
where the makefile is placed, for example, Platforms/lnxX86_4.1/Drawing/Examples/OdCopyEx,
and then run 'make' there. Or go to the Platforms folder and run make
<ExampleName>, for example: