Skip to content
Snippets Groups Projects
Verified Commit 1c4fd892 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Added VS to the IDE guide

parent 07c5f545
No related branches found
No related tags found
No related merge requests found
...@@ -27,3 +27,9 @@ Get-Content resources\extensions.txt | ForEach-Object {code --install-extension ...@@ -27,3 +27,9 @@ Get-Content resources\extensions.txt | ForEach-Object {code --install-extension
1. Download and install [CLion](https://www.jetbrains.com/clion/download/) 1. Download and install [CLion](https://www.jetbrains.com/clion/download/)
2. Run CLion and open your local repository as project 2. Run CLion and open your local repository as project
## Visual Studio
1. Download and install [Visual Studio](https://visualstudio.microsoft.com/downloads/)
2. Make sure you have installed the requirements for [CMake projects](https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-170).
3. Run Visual Studio and open your local repository as project
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment