Skip to content

Commit

Permalink
make install + clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Sep 4, 2024
1 parent 1ed8643 commit 29023fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Debian-testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ RUN wget https://www.graphics.rwth-aachen.de/media/openmesh_static/Releases/11.
mkdir build && \
cd build && \
cmake -DCMAKE_BUILD_TYPE=Release .. && \
make
make && make install && \
cd ../.. && rm -r OpenMesh-11.0.0*

ENV OpenMesh_DIR=/OpenMesh-11.0.0/build

Expand Down

0 comments on commit 29023fd

Please sign in to comment.