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.