Tool/software: Linux
Hi,
While building OrbSlam on x15 xith SDK5, It requires Pangolin to be installed. While Pangolin installation, its throwing error of -
- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
Build type not set (defaults to release)
-DCMAKE_BUILD_TYPE=Debug for debug
CMake Error at /usr/local/share/cmake-3.11/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_glx_LIBRARY)
Call Stack (most recent call first):
/usr/local/share/cmake-3.11/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/local/share/cmake-3.11/Modules/FindOpenGL.cmake:395 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
src/CMakeLists.txt:155 (find_package)
-- Configuring incomplete, errors occurred!
I searched a lot and found the solution as to install some libraries. But in SDK5, doing "opkg install package" is also not helping me out. It says -
Collected errors:
* opkg_prepare_url_for_install: Couldn't find anything to satisfy 'package'.
Any suggestions?
Thanks.