We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f019f4 commit 3069b72Copy full SHA for 3069b72
dockerfiles/Dockerfile.cmake-cgcore
@@ -107,3 +107,6 @@ RUN PRJ=occt-V7_1_0 &&\
107
cmake -S src/${PRJ} -B build/${PRJ} -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR}/${PRJ} &&\
108
cmake --build build/${PRJ} --parallel 4 --target install
109
#==========================================
110
+RUN PRJ=gmsh-4.13.1-Linux64-sdk &&\
111
+ curl -L https://gmsh.info/bin/Linux/${PRJ}.tgz | tar xz --directory install &&\
112
+#==========================================
0 commit comments