cbsghost / oce-jt

JT Assistant & JT Reader. Forked from Open CASCADE repository.
https://git.dev.opencascade.org/gitweb/?p=jt.git
GNU General Public License v2.0
19 stars 7 forks source link

which version of opencascade is needed #3

Open coldcoda opened 2 years ago

coldcoda commented 2 years ago

Hello, I want to build the source with cmake on windows,but I don't know how to choose the opencascade's version. And which VS support? Can I choose VS2019? when I build the solution based on VS2019 or VS2013, there are so many errors. So I think I have made some mistakes during build the solution. Thanks a lot!!

cbsghost commented 2 years ago

The latest OpenCASCADE version to build the project is v0.18.3. On Windows, it can be downloaded here. Didn't tried VS2019, but VS2013 should work.

This project is focus on Unix-like operating system support (Linux, Mac, BSD, etc). If it still produce errors during building, try switch to original repo, it has been tested and built on Windows flawlessly.