blender/build_files/build_environment
Bastien Montagne 611a9b1bda install_deps.sh: first attempt to support cxx11.
For now, we merely add an option that sets CXXFLAGS envvar with
'--std=c++11' option.

There is no check done to ensure compatibility with the system
libraries, mainly because:
  - It is all but trivial to get this information in a generic and
    reliable way.
  - Currently even cutting edge distributions may still distribute some c++98
    libraries.
  - With recent stdlibc++, both ABIs are supported together, which means
    that incompatibilities are rather unlikely.

To summarize: if your system is recent and built with gcc-5.1 or more,
you should not experience too much troubles with c++11.
2016-10-10 19:29:55 +02:00
..
install_deps_patches Update install_deps.sh for ArchLinux. 2016-04-21 10:44:46 +02:00
install_deps.sh install_deps.sh: first attempt to support cxx11. 2016-10-10 19:29:55 +02:00