Could not find headers of used third parties

Steps:

* cloned

* mkdir build; cd build

* cmake ..

given the output from the attached image

I have both tcl and freetype installed from the centos repo as `rpm -q freetype` and `rpm -q tcl` both return version numbers.

Attachments: 
Kirill Gavrilov's picture

You should install not libraries themselves, but their development packages in order to build OCCT (e.g. "freetype-devel" instead of "freetype"). Not much familiar with RPM, though.