DiscussionsIssue archiveInstallation and Building

Archived discussion

Update the existing installation of the OCCT to make use of Draco package

Installation and BuildingMon, 03/20/2023 - 12:232 replies

Browse this forum
QuestionAuthor

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)

Best regards, Commenter-1.

02Author

Thanks Dmitrii,

Thanks for the help.