Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hardware-and-software-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ In v8.5 LTS, TiDB ensures multi-level quality standards for various combinations

| Libraries required for compiling and running TiDB | Version |
| :--- | :--- |
| Golang | 1.23 or later |
| Rust | nightly-2023-12-28 or later |
| Golang | 1.25 or later |
| Rust | nightly-2025-02-28 or later |
| GCC | 7.x |
| LLVM | 17.0 or later |

Expand Down
2 changes: 1 addition & 1 deletion pd-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To obtain `pd-ctl` of the latest version, download the TiDB server installation

### Compile from source code

1. [Go](https://golang.org/) 1.23 or later is required because the Go modules are used.
1. [Go](https://golang.org/) 1.25 or later is required because the Go modules are used.
Comment thread
lilin90 marked this conversation as resolved.
2. In the root directory of the [PD project](https://github.com/pingcap/pd), use the `make` or `make pd-ctl` command to compile and generate `bin/pd-ctl`.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pd-recover.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PD Recover is a disaster recovery tool of PD, used to recover the PD cluster whi

## Compile from source code

+ [Go](https://golang.org/) 1.23 or later is required because the Go modules are used.
+ [Go](https://golang.org/) 1.25 or later is required because the Go modules are used.
Comment thread
lilin90 marked this conversation as resolved.
+ In the root directory of the [PD project](https://github.com/pingcap/pd), use the `make pd-recover` command to compile and generate `bin/pd-recover`.

> **Note:**
Expand Down
2 changes: 1 addition & 1 deletion tidb-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ After installing TiUP, you can use `tiup ctl:v<CLUSTER_VERSION> tidb` command to

### Compile from source code

- Compilation environment requirement: [Go](https://golang.org/) 1.23 or later
- Compilation environment requirement: [Go](https://golang.org/) 1.25 or later
- Compilation procedures: Go to the root directory of the [TiDB Control project](https://github.com/pingcap/tidb-ctl), use the `make` command to compile, and generate `tidb-ctl`.
- Compilation documentation: you can find the help files in the `doc` directory; if the help files are lost or you want to update them, use the `make doc` command to generate the help files.

Expand Down
Loading