# 

LLMS index: [llms.txt](/llms.txt)

---

<!--
### Requirements:

- You need a machine that is running Linux or macOS. On Windows, use
  [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/en-us/windows/wsl/install),
  since the build tooling relies on `make` and Bash scripts.
-->
### 需求 {#requirements}

- 你需要一台 Linux 或 macOS 机器。在 Windows 上，
  请使用[适用于 Linux 的 Windows 子系统（WS）](https://learn.microsoft.com/en-us/windows/wsl/install)，
  因为构建工具依赖于 `make` 和 Bash 脚本。

<!--
- You need to have these tools installed:

  - [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
  - [Go](https://go.dev/dl/), any recent release (Go downloads the exact toolchain a generator needs automatically)
  - [make](https://www.gnu.org/software/make/)
  - [gcc compiler/linker](https://gcc.gnu.org/)
  - [Docker](https://docs.docker.com/engine/installation/) (required only for the local website preview with `make container-serve`)
-->
- 你需要安装以下工具：

  - [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
  - [Go](https://go.dev/dl/)，任意近期版本（Go 会自动下载生成器所需的特定工具链）
  - [make](https://www.gnu.org/software/make/)
  - [gcc compiler/linker](https://gcc.gnu.org/)
  - [Docker](https://docs.docker.com/engine/installation/) （仅在使用 `make container-serve` 进行本地网站预览时需要）

<!--
- You need to know how to create a pull request to a GitHub repository.
  This involves creating your own fork of the repository. For more
  information, see [Work from a local clone](/docs/contribute/new-content/open-a-pr/#fork-the-repo).
-->
- 你需要知道如何为一个 GitHub 仓库创建拉取请求（PR）。
  这牵涉到创建仓库的派生（fork）副本。
  有关信息可进一步查看[基于本地副本开展工作](/zh-cn/docs/contribute/new-content/open-a-pr/#fork-the-repo)。
