Browse Source

Mention the SCons version requirement when using Visual Studio 2019

Hugo Locurcio 5 years ago
parent
commit
304157775d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      development/compiling/compiling_for_windows.rst

+ 2 - 1
development/compiling/compiling_for_windows.rst

@@ -16,7 +16,8 @@ For compiling under Windows, the following is required:
   will have to run/download the installer again.**
   will have to run/download the installer again.**
 - MinGW-w64 can be used as an alternative to Visual Studio.
 - MinGW-w64 can be used as an alternative to Visual Studio.
 - `Python 3.5+ (recommended) or Python 2.7+. <https://www.python.org/downloads/windows/>`_
 - `Python 3.5+ (recommended) or Python 2.7+. <https://www.python.org/downloads/windows/>`_
-- `SCons <https://www.scons.org>`_ build system.
+- `SCons <https://www.scons.org>`_ build system. If using Visual Studio 2019,
+  you *must* have SCons 3.1.1 or later.
 - *Optional* - `yasm <https://yasm.tortall.net/>`_ (for WebM SIMD optimizations)
 - *Optional* - `yasm <https://yasm.tortall.net/>`_ (for WebM SIMD optimizations)
 
 
 .. note:: If you have `Scoop <https://scoop.sh/>`_ installed, you can easily
 .. note:: If you have `Scoop <https://scoop.sh/>`_ installed, you can easily