mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +05:00
7 lines
116 B
Bash
7 lines
116 B
Bash
cd
|
|
mkdir -p build/netgen
|
|
cd build/netgen
|
|
cmake ../../src/netgen -DUSE_CCACHE=ON -DUSE_MPI=ON
|
|
make -j12
|
|
make install
|