Nicolas-Constanty / AutoRemesher-Blender

Blender addon for AutoRemesher by huxingyi
GNU General Public License v3.0
90 stars 4 forks source link

Task: Mac build #2

Open seanr opened 3 years ago

seanr commented 3 years ago

Depending on what's involved, exactly (mainly package availability, and such), I'd like to help out with a Mac build for this. Have you looked into this at all yet? I suggest we document the dependency availability first to get a sense of where any gaps in support are. We could do that here in this issue, or a wiki page might be useful.

Nicolas-Constanty commented 3 years ago

Hello @seanr thank for your interest 👍

Here is the dependency list (build with c++14): SpdLog blocs eigen geogram libigl udan_dedug (lib of mine) python3.7 tbb openvdb gmp openexr boost

So, for Mac and Linux I was counting on CI, Travis and CircleCi respectively. I think, that I will be able to build it for Windows, Mac and Linux with the CI, but I can't test it on Mac myself since I don't have one.

Here, is what I have on my todo list :

seanr commented 3 years ago

Got a little busier than anticipated, but I'll try to take a first stab at this over the next week or two.