RUN cargo install --root /opt/cargo mdbook --version "^0.3.7"
RUN cargo install --root /opt/cargo mdbook --version "^0.3.7"
# mmg
# mmg
RUN git clone https://github.com/MmgTools/mmg.git && cd mmg && mkdir build && cd build && cmake .. && make -j8 && make install && cd .. && rm -rf mmg
RUN git clone https://github.com/MmgTools/mmg.git && cd mmg && mkdir build && cd build && cmake -DBUILD_SHARED_LIBS=1 .. && make -j8 && make install && cd .. && rm -rf mmg