Skip to content

Commit

Permalink
manually install OpenMesh 11
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Sep 3, 2024
1 parent d981ba4 commit f241b97
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Debian-testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ RUN apt-get clean && apt-get update && apt-get install -y \
libvtk9-dev vtk9 \
nlohmann-json3-dev

#OpenMesh
RUN wget https://www.graphics.rwth-aachen.de/media/openmesh_static/Releases/11.0/OpenMesh-11.0.0.tar.gz \
tar xf OpenMesh-11.0.0.tar.gz \
cd OpenMesh-11.0.0/ \
mkdir build \
cd build \
cmake -DCMAKE_BUILD_TYPE=Release .. \
make

ENV OpenMesh_DIR=/OpenMesh-11.0.0/build



ENV CGAL_TEST_PLATFORM="Debian-Testing"
ENV INIT_FILE=/tmp/init.cmake
Expand Down

0 comments on commit f241b97

Please sign in to comment.