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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-04-02 18:51:44 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-04-02 18:51:44 +0300
commit1d365374e81a6ba402858e48acd9adadf54b7b92 (patch)
tree14fbcd877f7a1835a687aa9a58156539eab2e9aa /build_files
parent96de11c2c67e332dc0d303210fd1fddbb532c5ca (diff)
parent4c2b79a1d5a6302c96b9be6aa1e4dc2bab50e414 (diff)
Merge branch 'blender2.7'
Diffstat (limited to 'build_files')
-rw-r--r--build_files/build_environment/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
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
#
####################################################################################################