flathub / org.blender.Blender

https://flathub.org/apps/details/org.blender.Blender
18 stars 26 forks source link

Build as close to the upstream official binaries as possible #9

Closed bochecha closed 6 years ago

bochecha commented 6 years ago

I've been meaning to do that for a while, and #6 was the last straw.

@brechtvl mentioned there that the official 2.79 binaries were built with this config:

https://developer.blender.org/diffusion/B/browse/master/build_files/cmake/config/blender_release.cmake;8ef39d5c882896bd75e0d4d17fb3e3d4710fc768

I'm going to try and build Blender for Flathub with those options as well, to get it as close as possible to the upstream official binaries.

This should fix #3, and maybe even #8. It would probably avoid new issues like those (and #6) as well.

I've started already, but it's quite a few more deps to build, many of them with… "exotic" build systems.

See the branch named "build-it-like-upstream" for detail.