Skip to content

Commit

Permalink
Update vsc-requirements.md - fix images and image links
Browse files Browse the repository at this point in the history
  • Loading branch information
sudlud authored Sep 19, 2024
1 parent 0925d89 commit 8205502
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/vsc-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

To do this, select **Desktop development for C++** under **Workloads -> Desktop & Mobile**.

<a href="../images/visualstudio_tools.png" target="_blank">
<img src="../images/visualstudio_tools.png" height="50%" width="50%">
<a href="/wiki/images/visualstudio_tools.png" target="_blank">
<img src="/wiki/images/visualstudio_tools.png" height="50%" width="50%">
</a>

1. [Visual Studio Code](https://code.visualstudio.com/)
Expand All @@ -32,11 +32,11 @@
1. Install extensions
1. Click **View**->**Extensions**
<a href="../images/vsc_extensions.png.png" target="_blank"><img src="../images/vsc_extensions.png"></a>
<a href="/wiki/images/vsc_extensions.png.png" target="_blank"><img src="/wiki/images/vsc_extensions.png"></a>
1. In Search bar type **C/C++ Extension Pack**
1. Click on green install button
<a href="../images/visualstudio_tools.png" target="_blank"><img src="../images/vcs_extension_pack_install.png" height="50%" width="50%"></a>
<a href="/wiki/images/visualstudio_tools.png" target="_blank"><img src="/wiki/images/vcs_extension_pack_install.png" height="50%" width="50%"></a>

1. [CMake](https://cmake.org/)

Expand Down Expand Up @@ -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.)

<a href="../images/boost.jpg" target="_blank">
<img src="../images/boost.jpg" height="50%" width="50%">
<a href="/wiki/images/boost.jpg" target="_blank">
<img src="/wiki/images/boost.jpg" height="50%" width="50%">
</a>

1. Notice that this image shows the version number `1.72.0` - use your actual version number in your settings.

0 comments on commit 8205502

Please sign in to comment.