Compare commits

..

No commits in common. "4a4cee9fcb5d214b349a0626a383f18fa8009676" and "cab40fbdf5aee035ece0e271bb0c74d184854448" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ This project is used to generate `CMakeLists.txt` for OpenFOAM projects.
#### Installation Guide
0. Activate the required OpenFOAM environment (otherwise the installation will fail).
1. Obtain the project source code: `git clone --depth=1 https://github.com/zhyang-dev/of_cmake_config.git`
1. Obtain the project source code: `git clone https://github.com/zhyang-dev/of_cmake_config.git`
2. Install: `cd of_cmake_config && ./install`
#### Usage Instructions
@ -21,4 +21,4 @@ This project is used to generate `CMakeLists.txt` for OpenFOAM projects.
- `vim` + `coc-clangd`
The following demonstrates the second scenario based on the icoFoam case.
![Video Demo](demo/occ_demo.gif)
![Video Demo](demo/occ_demo.gif)

View File

@ -6,7 +6,7 @@
#### 安装教程
0. 激活需要的OpenFOAM环境否则会安装失败
1. 获取该项目源码:`git clone --depth=1 https://github.com/zhyang-dev/of_cmake_config.git`
1. 获取该项目源码:`git clone https://github.com/zhyang-dev/of_cmake_config.git`
2. 安装:`cd of_cmake_config && ./install`
#### 使用说明