Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2014-04-05 00:45:23 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-04-05 00:45:23 +0400
commitcfbfb5e626b1e9015245519bcbd64f5fa7854d56 (patch)
tree3c313eb2110993f548641db7891d7ddb719ff9ba /build_files
parent6ff0fcdae72e1e6e3aafda4e3eae5dc5f7bf2714 (diff)
Great, now Debian Jessie as well can cause libyaml-cpp version mismatch... Update warning message!
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh7
1 files changed, 4 insertions, 3 deletions
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 ""