Author: Matti Picus <[email protected]> Branch: msvc14 Changeset: r93805:fa9dd53cf815 Date: 2018-02-11 15:38 -0500 http://bitbucket.org/pypy/pypy/changeset/fa9dd53cf815/
Log: document an additional download necessary for msvc14 diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@ -46,8 +46,12 @@ 14.0. A compact version of the compiler suite can be obtained from Microsoft_ downloads, search the page for "Build Tools for Visual Studio 2017". +You will also need to install the the `Windows SDK`_ in order to use the +`mt.exe` mainfest compiler. + .. _Wiki: https://wiki.python.org/moin/WindowsCompilers .. _Microsoft: https://www.visualstudio.com/downloads +.. _`Windows SDK`: https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk Translating PyPy with Visual Studio ----------------------------------- _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
