From 290a397880b06cfdaab0ab3fa58f49137b93a6c6 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 5 Sep 2023 09:12:50 +0100 Subject: [PATCH] Fixing Win path backslashes --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 07b3c31b..8b39624d 100644 --- a/README.rst +++ b/README.rst @@ -117,7 +117,7 @@ Microsoft Windows ^^^^^^^^^^^^^^^^^ * Download and install Microsoft `Build Tools for Visual Studio 2022 `_ (direct link). You can also find it on the `Microsoft Visual Studio downloads page `_ by scrolling down to the 'All Downloads' section, clicking the disclosure triangle by 'Tools for Visual Studio 2022', then clicking the download button next to 'Build Tools for Visual Studio 2022'. When installing, choose the 'Desktop development with C++' Workload and select only 'MSVC v143' and 'Windows 10 SDK' or 'Windows 11 SDK options. -* Set the Path and Environment Variables - this can be done by following the `instructions from Microsoft `_, or manually by adding a form of :code:`C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.23.28105\bin\Hostx64\x64` (this may vary according to your exact machine and installation) to your system Path environment variable. +* Set the Path and Environment Variables - this can be done by following the `instructions from Microsoft `_, or manually by adding a form of :code:``C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.23.28105\bin\Hostx64\x64`` (this may vary according to your exact machine and installation) to your system Path environment variable. Alternatively, if you are using Windows 10/11 you can install the `Windows Subsystem for Linux `_ and then follow the Linux install instructions for gprMax. Note however that currently, WSL does not aim to support GUI desktops or applications, e.g. Gnome, KDE, etc....