From 569a0a95a2ad22f1d33f37d99d0476c023f2145e Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 11 Aug 2025 12:25:05 +0000 Subject: [PATCH] fix(doc): unify program names --- GhidraDocs/GettingStarted.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GhidraDocs/GettingStarted.md b/GhidraDocs/GettingStarted.md index 3b0bdd6d53..001f90ee4d 100644 --- a/GhidraDocs/GettingStarted.md +++ b/GhidraDocs/GettingStarted.md @@ -216,7 +216,7 @@ binaries for your platform, you will need the following installed on your system App Store while _Command Line Tools for Xcode_ may be installed using the command: `xcode-select --install`. * __Linux/FreeBSD:__ the 64-bit versions of the following packages should installed: - * gcc/g++ or clang + * GCC or Clang * make * __Windows:__ [Microsoft Visual Studio](https://visualstudio.microsoft.com/vs/community) 2017 or later, or diff --git a/README.md b/README.md index d0f95e6a4e..67b3883268 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To create the latest development build for your platform from this source reposi * [JDK 21 64-bit][jdk] * [Gradle 8.5+][gradle] (or provided Gradle wrapper if Internet connection is available) * [Python3][python3] (version 3.9 to 3.13) with bundled pip -* make, GCC or Clang (Linux/macOS-only) +* GCC or Clang, and make (Linux/macOS-only) * [Microsoft Visual Studio][vs] 2017+ or [Microsoft C++ Build Tools][vcbuildtools] with the following components installed (Windows-only): - MSVC