mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
7 lines
103 B
Bash
7 lines
103 B
Bash
|
cd
|
||
|
mkdir -p build/netgen
|
||
|
cd build/netgen
|
||
|
cmake ../../src/netgen -DUSE_CCACHE=ON
|
||
|
make -j12
|
||
|
make install
|