From 55e476cbcd6814eb88b168b4610e8461a206d1b5 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Wed, 29 Mar 2017 12:40:12 +0100 Subject: [PATCH] Updated instructions for VS2017 Build Tools. --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 5d09038d..1164009e 100644 --- a/README.rst +++ b/README.rst @@ -104,7 +104,7 @@ Linux macOS ^^^^^ -* Installations of Xcode on macOS come with the LLVM (clang) compiler, but it does not currently support OpenMP, so you must install `gcc `_ by installing the `Homebrew package manager `_ and running: +* Xcode (the IDE for macOS) comes with the LLVM (clang) compiler, but it does not currently support OpenMP, so you must install `gcc `_. This can be done by downloading and installing the `Homebrew package manager `_ and running: .. code-block:: none @@ -113,9 +113,7 @@ macOS Microsoft Windows ^^^^^^^^^^^^^^^^^ -* Download and install `Build Tools for Visual Studio 2017 `_ directly. Use the default installation options. - -Alternatively you can download the Build Tools for Visual Studio 2017 by visiting the `Visual Studio downloads page `_ and going to the section Other Tools and Frameworks -> Build Tools for Visual Studio 2017. +* Download and install Build Tools for Visual Studio 2017 from the `Visual Studio downloads page `_ in the section Other Tools and Frameworks. Use the default installation options. 3. Build and install gprMax ---------------------------