We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ae925 commit 179d8caCopy full SHA for 179d8ca
Ubuntu_14_04_OCE_PythonOCC_Setup.sh
@@ -31,4 +31,4 @@ mkdir $POCCMAKEPATH && cd $POCCMAKEPATH
31
32
#Build the geom extension
33
cmake -DOCE_INCLUDE_PATH=/usr/local/include/oce -DOCE_LIB_PATH=/usr/local/lib ..
34
-make && make install
+make '-j'$(nproc) && make install
0 commit comments