Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 603 Bytes

dependencies.md

File metadata and controls

25 lines (24 loc) · 603 Bytes
sudo apt-get install \
    ninja-build \
    build-essential \
    libboost-program-options-dev \
    libboost-filesystem-dev \
    libboost-graph-dev \
    libboost-system-dev \
    libeigen3-dev \
    libflann-dev \
    libfreeimage-dev \
    libmetis-dev \
    libgoogle-glog-dev \
    libgtest-dev \
    libgmock-dev \
    libsqlite3-dev \
    libglew-dev \
    qtbase5-dev \
    libqt5opengl5-dev \
    libcgal-dev \
    libceres-dev \
    libhdf5-dev

Many of the above dependencies are for the third-party COLMAP following its official guide.