peteanderson80 / Matterport3DSimulator

AI Research Platform for Reinforcement Learning from Real Panoramic Images.
Other
484 stars 129 forks source link

Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY) #82

Open IMNearth opened 3 years ago

IMNearth commented 3 years ago

After installing dependencies (without Docker) like

sudo apt-get update && apt-get install -y wget doxygen curl libjsoncpp-dev libepoxy-dev libglm-dev libosmesa6 libosmesa6-dev libglew-dev libopencv-dev python-opencv

I got this error

CMake Error at /remote-home/my/tools/cmake-3.18.4-Linux-x86_64/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
  Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY)
Call Stack (most recent call first):
  /remote-home/my/tools/cmake-3.18.4-Linux-x86_64/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE)
  /remote-home/my/tools/cmake-3.18.4-Linux-x86_64/share/cmake-3.18/Modules/FindOpenGL.cmake:433 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:29 (find_package)

-- Configuring incomplete, errors occurred!
See also "/remote-home/my/CODE_SPACE/navigation/Matterport3DSimulator/build/CMakeFiles/CMakeOutput.log".
See also "/remote-home/my/CODE_SPACE/navigation/Matterport3DSimulator/build/CMakeFiles/CMakeError.log".

How to fix that?

Polydynamical commented 2 years ago

Hi did you find a solution?