Building with CMake

CMake is free software that can create GNU Makefiles, KDevelop, XCode and Visual Studio project files.

To use it for building OCCT on different platforms, download and install the latest version of CMake software.

The main meta-project CmakeListx.txt for the entire OCCT and one metafile for each OCCT toolkit are generated by WOK tool. The created files are located in <occt home>/adm/cmake/.

Then proceed to the configuration of created meta-projects, configuration of 3rd-party project paths and finally OCCT project files generation.

The entire procedure is detaily described with instructions for all supported platforms in Building OCCT with CMake User’s Guide.