I have installed the OCCT 7.7.0 on my machine.
During the installation of OCCT, Draco library (3rd Party Library) was not the part.
But now I want to use the Draco library.
Is there any way to re-configure the existing installation of the OCCT to support the Draco library and functionality.
I am using the Ubuntu 20.04.
Discussion
2 archived replies
Posts are displayed in their archived order.
01Commenter-1
Hello,
If you use CMake build - there are only one way - change Cmake variables and then configure and build solution again. And anly then install.
Draco is a static linking library(used only in build stage). You can only build with it. (There are not needed additional 3rd-party after correct build)