flathub / org.blender.Blender

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

Build as close to the official builds as possible #10

Closed bochecha closed 6 years ago

bochecha commented 6 years ago

The official builds are made with these options:

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

They find dependencies with this script, which gives some hints on the versions to use:

https://developer.blender.org/diffusion/B/browse/master/build_files/build_environment/install_deps.sh;8ef39d5c882896bd75e0d4d17fb3e3d4710fc768

Putting these together, this commit tries to get much closer to the official upstream binaries.

Fixes #9

bochecha commented 6 years ago

bot, build

bochecha commented 6 years ago

Thanks for the comments @TingPing !

Latest push to this branch uses the cmake-ninja buildsystem everywhere possible, and the -DCMAKE_BUILD_TYPE=RelWithDebInfo option, as discussed on IRC.

TingPing commented 6 years ago

bot, build

bochecha commented 6 years ago

bot, build

bochecha commented 6 years ago

bot, build