Update Build authored by Boman Romain's avatar Boman Romain
......@@ -7,7 +7,7 @@ As prerequisite, you must have verified that [git](Git), [a C++ compiler](C++ Co
```
git clone git@gitlab.uliege.be:rboman/math0471.git
```
* Open VS Code and load the `math0471` folder.
* Open VS Code and load ("File / Open Folder...") the `math0471` folder.
* In the terminal of VS Code, go to the `lib` folder and install "gmsh-sdk" and "Eigen" using the scripts `get_gmsh.cmd` and `get_eigen.cmd` (this should be done only once per working copy of the repository):
```
cd math0471
......
......