Browse Source

another branch update

master^2
zhang-zh 3 years ago
parent
commit
0b3221eea3
  1. 4
      README.md

4
README.md

@ -6,7 +6,7 @@
## Build
+ type these commands to build all samples:
+ Type these commands to build all samples:
```
mkdir build && cd build
cmake ..
@ -15,4 +15,4 @@
## 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