Fri, 08/13/2021 - 17:56
Forums:
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:
Tue, 08/24/2021 - 10:00
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.