mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 10:25:36 +08:00
Add deps-map component and related command
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
---
|
||||
aside: false
|
||||
---
|
||||
|
||||
# 依赖关系图
|
||||
|
||||
<!-- TODO: 由 `bin/spc dev:gen-ext-dep-docs` 和 `dev:gen-lib-dep-docs` 自动生成。v3 命令实现后填充。 -->
|
||||
这里列出了所有支持的包(扩展、库)及其依赖关系。
|
||||
|
||||
- **必需依赖**:构建该包时会强制一同构建的包。
|
||||
- **可选依赖**:默认不构建,使用 `--with-suggests` 参数可启用,或在构建命令中手动指定。
|
||||
- **被依赖**:其他哪些包需要当前包。
|
||||
|
||||
运行以下命令生成依赖数据(需要在源码模式下):
|
||||
|
||||
```bash
|
||||
bin/spc dev:gen-deps-data
|
||||
```
|
||||
|
||||
<DepsMap />
|
||||
|
||||
Reference in New Issue
Block a user