Browse Source

Mention yasm as optional build dep for macOS

See godotengine/godot#21719.
Rémi Verschelde 6 years ago
parent
commit
a0e9bb8b81
1 changed files with 1 additions and 0 deletions
  1. 1 0
      development/compiling/compiling_for_osx.rst

+ 1 - 0
development/compiling/compiling_for_osx.rst

@@ -14,6 +14,7 @@ required:
 -  Python 2.7+ or Python 3.5+
 -  Python 2.7+ or Python 3.5+
 -  SCons build system
 -  SCons build system
 -  Xcode (or the more lightweight Command Line Tools for Xcode)
 -  Xcode (or the more lightweight Command Line Tools for Xcode)
+-  *Optional* - yasm (for WebM SIMD optimizations)
 
 
 .. seealso:: For a general overview of SCons usage for Godot, see
 .. seealso:: For a general overview of SCons usage for Godot, see
              :ref:`doc_introduction_to_the_buildsystem`.
              :ref:`doc_introduction_to_the_buildsystem`.