diff --git a/README.md b/README.md index 9cea9d5..21b8f06 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## 用法: - 本地使用CMake --install安装VTK -- DGG_and_SVG的项目路径下添加Config.cmake,设置VTK_PATH变量为VTK的安装路径。该路径下理论上仅有lib、include、bin、share四个文件。如 +- DGG_and_SVG的项目路径下添加Config.cmake,设置VTK_PATH变量为VTK的安装路径。该路径下理论上仅有lib、include、bin、share四个文件夹。如 ```cmake SET(VTK_PATH E:\\CLib\\VTK\\VTK-9.4.0\\install) ``` @@ -16,4 +16,4 @@ SET(VTK_PATH E:\\CLib\\VTK\\VTK-9.4.0\\install) cmake -S ${项目路径} -B ${生成路径} cmake --build ${生成路径} --config Release ``` -- 运行可执行文件。其中DGG_Precompute和DGG_Solution需要参数,用法见https://github.com/GeodesicGraph/DGG_and_SVG的说明;EndToEnd不需要参数(参数写死在了源文件中) \ No newline at end of file +- 运行可执行文件。其中DGG_Precompute和DGG_Solution需要参数,用法见 https://github.com/GeodesicGraph/DGG_and_SVG 的说明;EndToEnd不需要参数(参数写死在了源文件中) \ No newline at end of file