Mon, 03/20/2023 - 12:23
Forums:
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.
Mon, 03/20/2023 - 14:19
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)
Best regards, Dmitrii.
Tue, 03/21/2023 - 09:23
Thanks Dmitrii,
Thanks for the help.