From 663e9d6d39b160bc7c446d461adfbdfaf50df59d Mon Sep 17 00:00:00 2001 From: Xiaoyin Liu Date: Sat, 8 Oct 2022 06:37:20 -0700 Subject: [PATCH] Add VC Build Tools to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43fa6ef08a..72dd0cb84e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ To create the latest development build for your platform from this source reposi * [JDK 17 64-bit][jdk17] * [Gradle 7.3+][gradle] * make, gcc, and g++ (Linux/macOS-only) -* [Microsoft Visual Studio][vs] (Windows-only) +* [Microsoft Visual Studio][vs] or [Microsoft C++ Build Tools][vcbuildtools] (Windows-only) ##### Download and extract the source: [Download from GitHub][master] @@ -116,6 +116,7 @@ source project. [jdk17]: https://adoptium.net/temurin/releases [gradle]: https://gradle.org/releases/ [vs]: https://visualstudio.microsoft.com/vs/community/ +[vcbuildtools]: https://visualstudio.microsoft.com/visual-cpp-build-tools/ [eclipse]: https://www.eclipse.org/downloads/packages/ [master]: https://github.com/NationalSecurityAgency/ghidra/archive/refs/heads/master.zip [security]: https://github.com/NationalSecurityAgency/ghidra/security/advisories \ No newline at end of file