diff --git a/docs/source/images/MSVS2015_install.png b/docs/source/images/MSVS2015_install.png new file mode 100644 index 00000000..77e42718 Binary files /dev/null and b/docs/source/images/MSVS2015_install.png differ diff --git a/docs/source/index.rst b/docs/source/index.rst index 9bbe0d2f..70d8451d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,7 +6,7 @@ gprMax User Guide :maxdepth: 2 :caption: Introduction - includereadme + readme_install_devs features gprmodelling diff --git a/docs/source/includereadme.rst b/docs/source/readme_install_devs.rst similarity index 88% rename from docs/source/includereadme.rst rename to docs/source/readme_install_devs.rst index aca6ba08..c5039e56 100644 --- a/docs/source/includereadme.rst +++ b/docs/source/readme_install_devs.rst @@ -55,7 +55,11 @@ Microsoft Windows ^^^^^^^^^^^^^^^^^ * Download and install Microsoft Visual Studio 2015 Community (https://www.visualstudio.com/downloads/download-visual-studio-vs), which is free. Do a custom install and make sure under programming languages Visual C++ is selected, no other options are required. -* Create a new environment variable :code:`VS100COMNTOOLS` which matches the value of the existing :code:`VS140COMNTOOLS` environment variable. To set an environment variable from the Start Menu, right-click the Computer icon and select Properties. Click the Advanced System Settings link in the left column. In the System Properties window, click on the Advanced tab, then click the Environment Variables button near the bottom of that tab. + +.. figure:: images/MSVS2015_install.png + :width: 200 px + + Screenshot of Microsoft Visual Studio 2015 Community custom install settings. 4. Compile the Cython extensions