Browse Source

sove merge conflict

master
zhang-zh 2 years ago
parent
commit
5212ccce4a
  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