# infin-green-3d **Repository Path**: ship-motions/infin-green-3d ## Basic Information - **Project Name**: infin-green-3d - **Description**: 无限水深格林函数 - **Primary Language**: FORTRAN - **License**: LGPL-2.1 - **Default Branch**: main - **Homepage**: https://github.com/Hui-Liang/Green-function-in-deep-water - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-07-27 - **Last Updated**: 2022-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 无限水深格林函数 ## 依赖 - [Fortran-lang/fpm][1] >= 0.6.0:用于构建代码; - [GNU/GCC-Fortran][2] >= 9.4.0:用于编译 Fortran 代码。 [1]: https://github.com/fortran-lang/fpm [2]: https://gcc.gnu.org/ ## 使用 [Fortran-lang/fpm][1] 构建 Fortran 包管理器 (fpm) 是 Fortran 的包管理器和构建系统。
可以使用提供的 `fpm.toml` 进行构建: ```sh fpm build --profile release # 构建 release 版本 ``` 要在 fpm 项目中使用 `infin-green-3d`,请将以下内容添加到 `fpm.toml` 文件中: ```toml [dependencies] infin-green-3d = { git = "https://gitee.com/ship-motions/infin-green-3d" } ``` ## API 文档 ```sh ford FORD-project-file.md ```