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