Skip to content
Snippets Groups Projects
Commit 0ca3d32c authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony Committed by Martyn Gigg
Browse files

Add more detail to developer docs r.e. VS2017 setup

parent cbeb86c5
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,10 @@ Install the following: ...@@ -21,6 +21,10 @@ Install the following:
* `Visual Studio 2017 Community Edition <https://visualstudio.microsoft.com/downloads/>`_. * `Visual Studio 2017 Community Edition <https://visualstudio.microsoft.com/downloads/>`_.
* When asked about installation workloads choose ``Desktop development with C++`` * When asked about installation workloads choose ``Desktop development with C++``
* Under the "Installation details" section verify that the following are checked:
* ``Windows 8.1 SDK and UCRT SDK``
* The latest Windows 10 SDK
* `Git <https://git-scm.com/>`_. * `Git <https://git-scm.com/>`_.
......
...@@ -43,8 +43,9 @@ Set up a local ``builder`` account that will be used by the slave. ...@@ -43,8 +43,9 @@ Set up a local ``builder`` account that will be used by the slave.
Install the :ref:`required prerequisites <GettingStarted>` for the relevant OS. Install the :ref:`required prerequisites <GettingStarted>` for the relevant OS.
.. note:: .. note::
For Windows the `Command line Visual C++ build tools <http://landinghub.visualstudio.com/visual-cpp-build-tools>`__ For Windows the `Command line Visual C++ build tools <https://visualstudio.microsoft.com/downloads/>`__
may be used in place of a full Visual Studio install from version 2017 onwards (the 2015 tools contain a broken `vcvarsall.bat`). may be used in place of a full Visual Studio install from version 2017 onwards (the 2015 tools contain a broken `vcvarsall.bat`). The same
options should be used as for the full install.
Windows Windows
------- -------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment