diff options
-rwxr-xr-x | README-SF.rst | 3 | ||||
-rwxr-xr-x | README-package.rst | 3 | ||||
-rwxr-xr-x | README.rst | 3 | ||||
-rw-r--r-- | doc/man/scons.xml | 4 |
4 files changed, 4 insertions, 9 deletions
diff --git a/README-SF.rst b/README-SF.rst index e33c3f1..fce28d9 100755 --- a/README-SF.rst +++ b/README-SF.rst @@ -48,8 +48,7 @@ Execution Requirements ====================== Running SCons requires Python 3.5 or higher. There should be no other -dependencies or requirements to run scons, although the pywin32 Python -package is strongly recommended if running on Windows systems. +dependencies or requirements to run scons. The default SCons configuration assumes use of the Microsoft Visual C++ compiler suite on Win32 systems, and assumes a C compiler named 'cc', a C++ diff --git a/README-package.rst b/README-package.rst index 605e5fe..4aaea1c 100755 --- a/README-package.rst +++ b/README-package.rst @@ -45,8 +45,7 @@ Requirements ------------ Running SCons requires Python 3.5 or higher. There should be no other -dependencies or requirements to run SCons, although the pywin32 Python -package is strongly recommended if running on Windows systems. +dependencies or requirements to run SCons. By default, SCons knows how to search for available programming tools on @@ -73,8 +73,7 @@ Execution Requirements ====================== Running SCons requires Python 3.5 or higher. There should be no other -dependencies or requirements to run scons, although the pywin32 Python -package is strongly recommended if running on Windows systems. +dependencies or requirements to run scons The default SCons configuration assumes use of the Microsoft Visual C++ compiler suite on Win32 systems, and assumes a C compiler named 'cc', a C++ diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 2e8a4f1..c930eb6 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -515,9 +515,7 @@ by appropriate setting of &consvars;.</para> <para>&scons; requires Python 3.5 or higher. -There should be no other dependencies or requirements to run &scons;, -although the <package>pywin32</package> Python package is -strongly recommended if running on Windows systems. +There should be no other dependencies or requirements to run &scons;. </para> </refsect1> |