add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,20 @@
# gprbuild
> 一种用于用Ada和其他语言C/C++/Fortran编写项目的高级构建工具。
> 更多信息:<https://docs.adacore.com/gprbuild-docs/html/gprbuild_ug.html>。
- 构建项目(假设当前目录中仅存在一个 `*.gpr` 文件):
`gprbuild`
- 构建特定的 [P]roject 文件:
`gprbuild -P{{project_name}}`
- 清理构建工作区:
`gprclean`
- 安装编译后的二进制文件:
`gprinstall --prefix {{path/to/installation/dir}}`