Open Shrav108 opened 3 months ago
Hi,
This library is not yet well supported on windows. However, it simply looks like you don't have cmake installed. That might not be the only issue you'll run into though, so you could also try installing opencascade 7.7 and building your project by passing default-features = false
in your Cargo.toml for this crate. Or if you're working in this repo directly, pass --no-default-features
to cargo when building.
Hey I am trying to use this crate for building a cad model. I am running it on windows. I am getting the following error:
What should I do ?