Matterport3DSimulator
Matterport3DSimulator copied to clipboard
Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY)
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?
Hi did you find a solution?