From 82055027ddb88fa9412083e4e712840a52b1d904 Mon Sep 17 00:00:00 2001 From: sudlud Date: Thu, 19 Sep 2024 22:55:04 +0200 Subject: [PATCH] Update vsc-requirements.md - fix images and image links --- docs/vsc-requirements.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/vsc-requirements.md b/docs/vsc-requirements.md index f5b26f36..5526d33c 100644 --- a/docs/vsc-requirements.md +++ b/docs/vsc-requirements.md @@ -22,8 +22,8 @@ To do this, select **Desktop development for C++** under **Workloads -> Desktop & Mobile**. - - + + 1. [Visual Studio Code](https://code.visualstudio.com/) @@ -32,11 +32,11 @@ 1. Install extensions 1. Click **View**->**Extensions** - + 1. In Search bar type **C/C++ Extension Pack** 1. Click on green install button - + 1. [CMake](https://cmake.org/) @@ -73,8 +73,8 @@ 1. Add an environment variable to "System" variable named "BOOST_ROOT" and as value your Boost installation directory, e.g `E:/Programs/boost_1_74_0`. Important is to use '**/**', not '**\\**' when pointing to directory. (Make sure that it does not have a trailing slash (end of path). If you still get problems, add the same variable in the `USER` variables section too, like shown in the image below.) - - + + 1. Notice that this image shows the version number `1.72.0` - use your actual version number in your settings.