소스 검색

Mention yasm as optional build dep for macOS

See godotengine/godot#21719.
Rémi Verschelde 6 년 전
부모
커밋
a0e9bb8b81
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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+
 -  SCons build system
 -  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
              :ref:`doc_introduction_to_the_buildsystem`.