Unable to build Ubuntu 24.04 - build guide needed #482
Replies: 2 comments 8 replies
-
Hello @avfxtd! Did you get your Qt installation from the Qt unified setup or from other source? Some other source might not provide QtWebEngine. |
Beta Was this translation helpful? Give feedback.
7 replies
-
I wrote a script that builds OpenRV on Ubuntu through a Rocky 9 docker. It's an easy single line install. If you want to give it a try you can find it here: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Have seen that a few users managed to get this built on Ubuntu, however I am struggling. Are there any plans for a build and install guide on Ubuntu based systems? Cmake seems to be the stopper:
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5WebEngineCore"
with any of the following names:
Add the installation prefix of "Qt5WebEngineCore" to CMAKE_PREFIX_PATH or
set "Qt5WebEngineCore_DIR" to a directory containing one of the above
files. If "Qt5WebEngineCore" provides a separate development package or
SDK, be sure it has been installed.
Call Stack (most recent call first):
cmake/dependencies/qt5.cmake:50 (FIND_PACKAGE)
cmake/dependencies/CMakeLists.txt:48 (INCLUDE)
Beta Was this translation helpful? Give feedback.
All reactions