rennu / dpg

OpenMVG + OpenMVS Pipeline
82 stars 28 forks source link

Fix: Add missing libboost-graph-dev #1

Closed coord-e closed 5 years ago

coord-e commented 5 years ago

docker build -t dpg . produces this error:

CMake Error at /usr/share/cmake-3.7/Modules/FindBoost.cmake:1831 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.62.0

  Boost include path: /usr/include

  Could not find the following static Boost libraries:

          boost_graph

  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.
Call Stack (most recent call first):
  CMakeLists.txt:89 (find_package)

I added a line to install libboost-graph-dev in the image to fix this error.

rennu commented 5 years ago

Thanks! Looks like it's a new dependency.