From b9fd01acfbf37f7ea1b4e5534df54530e14062dd Mon Sep 17 00:00:00 2001 From: White Knight Labs <97109724+WKL-Sec@users.noreply.github.com> Date: Mon, 1 May 2023 06:02:48 -0400 Subject: [PATCH] Update README.md --- Visual Studio/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Visual Studio/README.md b/Visual Studio/README.md index 09baaee..63cc167 100644 --- a/Visual Studio/README.md +++ b/Visual Studio/README.md @@ -12,3 +12,11 @@ Note: GregsBestFriend is only supported on 64-bit Windows systems. 32-bit builds 4. The compiled executable will be located in the `x64/Release` folder. Note: If you encounter any errors during the build process, ensure that you have installed the necessary dependencies and that your Visual Studio installation is properly configured. + +## Compiler and Visual Studio Version + +GregsBestFriend is compiled using Microsoft Visual C++ compiler (cl.exe) that is included with Visual Studio. + +We recommend using the latest version of Visual Studio, which includes the latest version of the compiler. At the time of writing, the current version of Visual Studio is Visual Studio 2022, which includes version 14.3 of the compiler. + +Please note that while this project is currently configured to use the Visual Studio 2022 compiler, it may be possible to compile the tool with earlier versions of Visual Studio, though we cannot guarantee that the results will be the same.