fix: 支持 Linux 本机构建环境

This commit is contained in:
2026-08-05 17:11:05 +08:00
parent c5956365fa
commit c8ca009d13
12 changed files with 106 additions and 54 deletions

View File

@@ -20,10 +20,14 @@
需要:
- macOS QGIS默认 `/Applications/QGIS.app`
- Blender:默认 `/Applications/Blender.app`
- QGIS 与 GDAL 工具链
- Blender
- Node.js / npm
macOS 默认使用 QGIS `/Applications/QGIS.app` 与 Blender
`/Applications/Blender.app`。Linux 配置中,`qgisApp` 是安装前缀(通常为
`/usr``blenderApp` 是可执行文件路径(通常为 `/usr/bin/blender`)。
首次使用:
```bash