From cfbfb5e626b1e9015245519bcbd64f5fa7854d56 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 4 Apr 2014 22:45:23 +0200 Subject: Great, now Debian Jessie as well can cause libyaml-cpp version mismatch... Update warning message! --- build_files/build_environment/install_deps.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'build_files/build_environment/install_deps.sh') diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index bdc9e93627e..b56581183ed 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -1676,9 +1676,10 @@ install_DEB() { PRINT "" INFO "Installing dependencies for DEB-based distribution" PRINT "" - WARNING "Ubuntu users: Beware of Trusty!!!" - PRINT "Ubuntu 14.4 comes with a default libyaml-cpp in 0.5 version, while their ocio package still uses the 0.3 version" - PRINT "You have to use '--libyaml-cpp-ver=0.3' option (else Blender will builds with 0.5, and break when using packaged ocio)..." + WARNING "Beware of recent Ubuntu/Debian!!!" + PRINT "Ubuntu 14.4 and Debian Jessie come with a default libyaml-cpp in 0.5 version, while their ocio package still" + PRINT "uses the 0.3 version. You have to use '--libyaml-cpp-ver=0.3' option (else Blender will builds with 0.5," + PRINT "and break when using packaged ocio)..." PRINT "" PRINT "`eval _echo "$COMMON_INFO"`" PRINT "" -- cgit v1.2.3