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