Skip to content

Commit

Permalink
Restore "Building with Visual Studio" heading (#55105)
Browse files Browse the repository at this point in the history
* Restore "Building with Visual Studio" heading

This heading was removed (probably by accident) in #46830.
  • Loading branch information
wapcaplet authored Feb 5, 2022
1 parent e9520fc commit 6ccd58e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/COMPILING/COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* [Advanced info for Developers](#advanced-info-for-developers)
* [Troubleshooting](#mac-os-x-troubleshooting)
* [Windows](#windows)
* [Building with Visual Studio](#building-with-visual-studio)
* [Building with MSYS2](#building-with-msys2)
* [Building with CYGWIN](#building-with-cygwin)
* [Building with Clang and MinGW64](#building-with-clang-and-mingw64)
Expand Down Expand Up @@ -580,9 +581,11 @@ Open Terminal's preferences, turn on "Use bright colors for bold text" in "Prefe

# Windows

## Building with Visual Studio

See [COMPILING-VS-VCPKG.md](COMPILING-VS-VCPKG.md) for instructions on how to set up and use a build environment using Visual Studio on windows.

This is probably the easiest solution for someone used to working with Visual Studio and similar IDEs. -->
This is probably the easiest solution for someone used to working with Visual Studio and similar IDEs.

## Building with MSYS2

Expand Down

0 comments on commit 6ccd58e

Please sign in to comment.