Loading Dockerfile 0 → 100644 +9 −0 Original line number Diff line number Diff line FROM debian:buster RUN apt-get update RUN apt-get install -y --no-install-recommends git make g++ ca-certificates RUN git clone --recursive -j8 https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification FQMS WORKDIR /FQMS/src.cmd RUN g++ Main.cpp -O3 -o simplify Loading
Dockerfile 0 → 100644 +9 −0 Original line number Diff line number Diff line FROM debian:buster RUN apt-get update RUN apt-get install -y --no-install-recommends git make g++ ca-certificates RUN git clone --recursive -j8 https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification FQMS WORKDIR /FQMS/src.cmd RUN g++ Main.cpp -O3 -o simplify