surface-reconstruction-benchmark icon indicating copy to clipboard operation
surface-reconstruction-benchmark copied to clipboard

Missing Dependencies in README and Missing build targets in CMakeLists.txt

Open leaf0917 opened this issue 3 years ago • 16 comments

I follow your instructions when I execute cmake .. -DCMAKE_BUILD_TYPE=Release. There are the following mistakes. How can I solve them? Thank you.

-- Could NOT find OpenEXR (missing: ILMBASE_INCLUDE_PATH OPENEXR_INCLUDE_PATH OPENEXR_IMATH_LIBRARY OPENEXR_ILMIMF_LIBRARY OPENEXR_IEX_LIBRARY OPENEXR_HALF_LIBRARY) (found version "1.6.1") -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR) CMake Error at pbrt/CMakeLists.txt:19 (message): OPENEXR_FOUND

-- Configuring incomplete, errors occurred!

leaf0917 avatar Nov 07 '20 07:11 leaf0917