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:
authorSebastián Barschkis <sebbas@sebbas.org>2021-03-01 15:07:39 +0300
committerSebastián Barschkis <sebbas@sebbas.org>2021-03-01 15:08:01 +0300
commit4b3dcd80698a01de6cbf2d7f0d9abeac52cf6523 (patch)
treecdce01568da8fc4c5bc3997209b5c10be93aac95 /build_files
parente81034f75d090a5f3de083bbfdedfed80795aeb9 (diff)
CMake/deps: Added new macOS arm64 build dependency to instructions
macOS arm64 has extra requirements.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/build_environment/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/build_environment/CMakeLists.txt b/build_files/build_environment/CMakeLists.txt
index aa6b1cbe539..09dcc91ce08 100644
--- a/build_files/build_environment/CMakeLists.txt
+++ b/build_files/build_environment/CMakeLists.txt
@@ -31,6 +31,7 @@
#
# MAC OS X USAGE:
# Install with homebrew: brew install autoconf automake bison cmake libtool pkg-config yasm
+# Additional requirements for macOS arm64: brew install flex
# Run "make deps" from main Blender directory
#
# LINUX USAGE: