Blender Git Commit Log

Git Commits -> Revision d3c3f07

Revision d3c3f07 by Sergey Sharybin (master)
November 12, 2012, 19:39 (GMT)
Initial implementation of a script for automatic dependencies installer/builder

This script will install all packages from the repositories and will compile
missing in repositories libraries.

It is supposed to replace pre-compiled libraries from our svn.

Tested script on Fedora 14 and 17, Ubuntu 10.04 and 12.10. All the dependencies
and manually built libraries seems to be fine. However, it's really annoying to
build blender in virtual machine to ensure there's no linking errors, i would
hope community will help testing and making needed tweaks to the script :)

To use the script, simple run it from your user name. It'll run installation
commands from a sudo, so you would likely be requested to type a password.

I've made tweaks to CMake FindLibs, so it should find OIIO, OCIO and python
libraries compiled by this script. Boost and FFmpeg would need to be specified
manually.

SCons currently would require manual paths specifications as well. Perhaps we
could make SCons smarter in the future.

All the parameters you need to pass to CMake/SCons would be printed when script
finishes to run.

Pretty much sure it's not production-ready script, but we need to start testing
at some point :)

Commit Details:

Full Hash: d3c3f07133ce450318af94d622c48106ff877c1a
SVN Revision: 52155
Parent Commit: 9e8a66e
Lines Changed: +503, -0

1 Added Path:

/build_files/build_environment/install_deps.sh (+500, -0) (View)

3 Modified Paths:

/build_files/cmake/Modules/FindOpenColorIO.cmake (+1, -0) (Diff)
/build_files/cmake/Modules/FindOpenImageIO.cmake (+1, -0) (Diff)
/build_files/cmake/Modules/FindPythonLibsUnix.cmake (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021