Changes
Page history
replace R.Boman by rboman
authored
Feb 01, 2023
by
Boman Romain
Hide whitespace changes
Inline
Side-by-side
Build.md
View page @
29be6a32
...
...
@@ -5,7 +5,7 @@ As prerequisite, you must have verified that [git](Git), [a C++ compiler](C++ Co
## Windows
*
Clone the repository somewhere on your PC:
```
git clone git@gitlab.uliege.be:
R.B
oman/math0471.git
git clone git@gitlab.uliege.be:
rb
oman/math0471.git
```
*
Open VS Code and load 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):
...
...
@@ -49,7 +49,7 @@ code1_loadgeo.exe ..\rectangle.geo
*
Clone the repository:
```
git clone git@gitlab.uliege.be:
R.B
oman/math0471.git
git clone git@gitlab.uliege.be:
rb
oman/math0471.git
```
*
Go into the project folder:
```
...
...
...
...