[Bf-blender-cvs] [bd77cdde586] master: Build Environment: Update Ubuntu instructions to include bison

Dalai Felinto noreply at git.blender.org
Thu Oct 6 18:09:41 CEST 2022


Commit: bd77cdde5865ff311a5af05b1dd0d5a8aa36bb37
Author: Dalai Felinto
Date:   Thu Oct 6 18:09:21 2022 +0200
Branches: master
https://developer.blender.org/rBbd77cdde5865ff311a5af05b1dd0d5a8aa36bb37

Build Environment: Update Ubuntu instructions to include bison

Ubuntu also requires bison (just like macOS seems to do).

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

M	build_files/build_environment/cmake/check_software.cmake

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

diff --git a/build_files/build_environment/cmake/check_software.cmake b/build_files/build_environment/cmake/check_software.cmake
index cc8fead6f81..bdb9036e3f9 100644
--- a/build_files/build_environment/cmake/check_software.cmake
+++ b/build_files/build_environment/cmake/check_software.cmake
@@ -46,7 +46,7 @@ if(UNIX)
       "  ${_software_missing}\n"
       "\n"
       "On Debian and Ubuntu:\n"
-      "  apt install autoconf automake libtool yasm tcl ninja-build meson python3-mako\n"
+      "  apt install autoconf automake bison libtool yasm tcl ninja-build meson python3-mako\n"
       "\n"
       "On macOS (with homebrew):\n"
       "  brew install autoconf automake bison flex libtool meson ninja pkg-config yasm\n"



More information about the Bf-blender-cvs mailing list