Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when installing the SIBR viewer on Ubuntu 22.04 #986

Open
yiduohao opened this issue Sep 13, 2024 · 0 comments
Open

Error when installing the SIBR viewer on Ubuntu 22.04 #986

yiduohao opened this issue Sep 13, 2024 · 0 comments

Comments

@yiduohao
Copy link

Hi! I had this error when I ran the installation command
cmake -Bbuild . -DCMAKE_BUILD_TYPE=Release

There is no provided OpenCV library for your compiler, relying on find_package to find it
-- Found OpenCV: /usr (found suitable version "4.5.4", minimum required is "4.5")
-- Populating library imgui...
-- Populating library nativefiledialog...
-- Checking for module 'gtk+-3.0'
-- Package 'Lerc', required by 'libtiff-4', not found
CMake Error at /usr/share/cmake-3.22/Modules/FindPkgConfig.cmake:603 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindPkgConfig.cmake:825 (_pkg_check_modules_internal)
extlibs/nativefiledialog/nativefiledialog/CMakeLists.txt:20 (pkg_check_modules)
-- Configuring incomplete, errors occurred!
See also "/home/yiduo/projects/code/gs/SIBR_viewers/build/CMakeFiles/CMakeOutput.log".

System: Ubuntu 22.04.5 LTS
Cmake version: 3.22.1

Screenshot from 2024-09-12 20-01-10

It seems like this is not necessarily related to the codebase here. But does anyone have any idea how to solve this? Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant