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-07-27 11:14:29 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-07-27 11:15:20 +0400
commit313ce5aa8507f8eb4a423c459e7e7eea63a0926c (patch)
tree0f177b69984254e79f5fe66a6a611c6b928c9315 /build_files
parent2d84072adacbf1bfaaa205f7b11f330280cbc61c (diff)
Install_deps: forgot to cleanup that in latest commits.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index ce00372ff2c..a4a0755d478 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -28,7 +28,7 @@ getopt \
--long source:,install:,tmp:,threads:,help,no-sudo,with-all,with-opencollada,ver-ocio:,ver-oiio:,ver-llvm:,ver-osl:,\
force-all,force-python,force-numpy,force-boost,force-ocio,force-oiio,force-llvm,force-osl,force-opencollada,\
force-ffmpeg,skip-python,skip-numpy,skip-boost,skip-ocio,skip-oiio,skip-llvm,skip-osl,skip-ffmpeg,\
-skip-opencollada,required-numpy,libyaml-cpp-ver: \
+skip-opencollada,required-numpy: \
-- "$@" \
)
@@ -1742,11 +1742,6 @@ install_DEB() {
PRINT ""
INFO "Installing dependencies for DEB-based distribution"
PRINT ""
- 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 ""