DiscussionsIssue archiveInstallation and Building

Archived discussion

Building with TDM-GCC

Installation and BuildingWed, 06/17/2020 - 11:361 reply

Browse this forum
QuestionAuthor

Hi everybody !

I'm just beginning with OpenCascade.

I'd like to use this library with Windows application that was developed with wxWidgets and TDM-GCC (gcc 9.2.0) .

Is there a way to build OpenCascade from source using TDM-GCC ?

Thanks,

Author

 

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

OCCT comes with CMake files for building - just follow general CMake instructions on building projects using MinGW-w64 and apply OCCT-specific options.
Make sure that you are using 3rd-party libraries built by MinGW-w64 and not msvc.

Here is an old post related to building OCCT by MinGW-w64.