[Bf-blender-cvs] [cefc058dd8d] blender2.7: Build environment: update comment about required packages.

Brecht Van Lommel noreply at git.blender.org
Fri Mar 29 00:40:12 CET 2019


Commit: cefc058dd8daa185ff226873638d0c39bc3327f7
Author: Brecht Van Lommel
Date:   Fri Mar 29 00:39:19 2019 +0100
Branches: blender2.7
https://developer.blender.org/rBcefc058dd8daa185ff226873638d0c39bc3327f7

Build environment: update comment about required packages.

===================================================================

M	build_files/build_environment/CMakeLists.txt

===================================================================

diff --git a/build_files/build_environment/CMakeLists.txt b/build_files/build_environment/CMakeLists.txt
index f76c8175e50..1760e00e150 100644
--- a/build_files/build_environment/CMakeLists.txt
+++ b/build_files/build_environment/CMakeLists.txt
@@ -25,16 +25,16 @@
 # Windows and macOS, and install_deps.sh on Linux.
 #
 # WINDOWS USAGE:
-#   Don't call this cmake file your self, use build_deps.cmd
+#   Don't call this cmake file yourself, use build_deps.cmd
 #   build_deps 2013 x64 / build_deps 2013 x86
 #   build_deps 2015 x64 / build_deps 2015 x86
 #
 # MAC OS X USAGE:
-#	Install with homebrew: brew install autoconf automake libtool yasm nasm
+#   Install with homebrew: brew install cmake autoconf automake libtool yasm nasm
 #   Run "make deps" from main Blender directory
 #
 # LINUX USAGE:
-#   Install compiler, cmake, autoconf, automake, libtool, yasm
+#   Install compiler cmake autoconf automake libtool yasm nasm tcl
 #   Run "make deps" from main Blender directory
 #
 ####################################################################################################



More information about the Bf-blender-cvs mailing list