diff --git a/source/docs/en/latest/developer/build-mac.markdown b/source/docs/en/latest/developer/build-mac.markdown index 6d83c4d7..9abc9311 100644 --- a/source/docs/en/latest/developer/build-mac.markdown +++ b/source/docs/en/latest/developer/build-mac.markdown @@ -52,6 +52,10 @@ Clone the HandBrake repository. git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake +Initialize and update all submodules. + + git submodule update --init --recursive + You may build and install the additional dependencies using the included script. Feel free to choose a different output path, if desired. scripts/mac-toolchain-build /usr/local