fix(doc): unify program names

This commit is contained in:
inference 2025-08-11 12:25:05 +00:00
parent f62f015fef
commit 569a0a95a2
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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: App Store while _Command Line Tools for Xcode_ may be installed using the command:
`xcode-select --install`. `xcode-select --install`.
* __Linux/FreeBSD:__ the 64-bit versions of the following packages should installed: * __Linux/FreeBSD:__ the 64-bit versions of the following packages should installed:
* gcc/g++ or clang * GCC or Clang
* make * make
* __Windows:__ * __Windows:__
[Microsoft Visual Studio](https://visualstudio.microsoft.com/vs/community) 2017 or later, or [Microsoft Visual Studio](https://visualstudio.microsoft.com/vs/community) 2017 or later, or

View file

@ -48,7 +48,7 @@ To create the latest development build for your platform from this source reposi
* [JDK 21 64-bit][jdk] * [JDK 21 64-bit][jdk]
* [Gradle 8.5+][gradle] (or provided Gradle wrapper if Internet connection is available) * [Gradle 8.5+][gradle] (or provided Gradle wrapper if Internet connection is available)
* [Python3][python3] (version 3.9 to 3.13) with bundled pip * [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 * [Microsoft Visual Studio][vs] 2017+ or [Microsoft C++ Build Tools][vcbuildtools] with the
following components installed (Windows-only): following components installed (Windows-only):
- MSVC - MSVC