From 0d43f8dc24a8cd3441870920d05d767663b1fa8f Mon Sep 17 00:00:00 2001 From: Sam V Date: Tue, 16 Jan 2024 20:29:35 +0100 Subject: [PATCH] Emphasize note about vcpkg behavior --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 77c46649c..4bbfe45a5 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -21,7 +21,7 @@ The minimum requirements for this project are: * C++ profiling tools * Windows 10 SDK (select the latest version) -Note: vcpkg uses the latest version of Visual Studio installed on your system to compile dependencies. Using an older version of Visual Studio to compile the SDK itself may cause compiler errors. +> **Note**: vcpkg uses the latest version of Visual Studio installed on your system to compile dependencies. Using an older version of Visual Studio to compile the SDK itself may cause compiler errors. ### For Linux development