Compare commits

...

2 Commits

  1. 4
      README.md

4
README.md

@ -6,7 +6,7 @@
## Build ## Build
+ type these commands to build all samples: + Type these commands to build all samples:
``` ```
mkdir build && cd build mkdir build && cd build
cmake .. cmake ..
@ -15,4 +15,4 @@
## Dependencies ## Dependencies
+ this project uses `FetchContent` of CMake to get dependencies from [libigl](https://github.com/libigl/libigl), including `libigl`, `eigen3`, `glfw` and so on. So please **check your network** before building the project. + This project uses `FetchContent` of CMake to get dependencies from [libigl](https://github.com/libigl/libigl), including `libigl`, `eigen3`, `glfw` and so on. So please **check your network** before building the project.
Loading…
Cancel
Save