Sign inSign up

rupnike/micmac

By rupnike

Updated over 6 years ago

free open-source tool for photogrammetry

Image
0

540

rupnike/micmac repository overview

FROM ubuntu:latest MAINTAINER Ewelina Rupnik [email protected]

ARG DEBIAN_FRONTEND=noninteractive

Set the working directory

ENV foo /etc/opt/ WORKDIR ${foo}

MicMac dependencies

RUN apt-get update && apt-get install -y
build-essential
make
cmake
git
proj-bin
exiv2
exiftool
imagemagick
xorg
openbox
qt5-default
meshlab
vim

MicMac clone

RUN git clone https://github.com/micmacIGN/micmac.git

MicMac build & compile

WORKDIR micmac RUN mkdir build WORKDIR build RUN cmake ../ && make install -j8

MicMac add environmental variable to executables

ENV PATH=$foo"micmac/bin/:${PATH}" RUN echo $foo"micmac/bin/:${PATH}"

Tag summary

Content type

Image

Digest

Size

944.4 MB

Last updated

over 6 years ago

docker pull rupnike/micmac:1.0