Great, now Debian Jessie as well can cause libyaml-cpp version mismatch... Update warning message!

This commit is contained in:
Bastien Montagne 2014-04-04 22:45:23 +02:00
parent 6ff0fcdae7
commit cfbfb5e626

@ -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 ""