Skip to content
GitLab
Explore
Sign in
Register
Changes
Page history
Update Compilation Wiki
authored
Sep 14, 2023
by
Louis Denis
Hide whitespace changes
Inline
Side-by-side
Compilation.md
View page @
2d4aa2bb
...
@@ -173,7 +173,7 @@ git clone https://gitlab.onelab.info/gmsh/fem.git
...
@@ -173,7 +173,7 @@ git clone https://gitlab.onelab.info/gmsh/fem.git
cd fem
cd fem
mkdir build
mkdir build
cd build
cd build
cmake -DCMAKE_PREFIX_PATH=~/.local/ -D
_
CMAKE_INSTALL_PREFIX=~/.local/ ..
cmake -DCMAKE_PREFIX_PATH=~/.local/ -DCMAKE_INSTALL_PREFIX=~/.local/ ..
make
make
make install
make install
```
```
...
...