Building with TDM-GCC

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,

John

 

Kirill Gavrilov's picture

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.