I’m considering using Julia to make a few small tools for my colleagues and I, but I’ve run into an issue. The Gmsh package isn’t compatible with windows, however there is a work around given in this old thread:
Downloading the SDK and an using include("...gmsh.jl")
works, but I was hoping for something cleaner. Is there a way to get the package to work on Windows with just using Gmsh
? Or, do I just need to make sure that anywhere my code is run, the SDK is downloaded and the path is known?
Would something like BinaryBuilder work?