-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
While attempting to use the appimage I get the following error:
$ ./dxfplotter-v1.4-27d2e73-x86_64-linux.AppImage
Initializing configuration from defaults
Unable to find renderer plugin for opengl
Aborted (core dumped)
OpenGL is definitely available, so I'm unclear on what to do about the missing "renderer plugin":
$ glxinfo | grep OpenGL
OpenGL vendor string: NVIDIA Corporation
OpenGL core profile version string: 4.6.0 NVIDIA 530.30.02
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6.0 NVIDIA 530.30.02
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 530.30.02
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
Attempting to build instead I get a different error:
These run fine:
sudo apt-get install qtbase5-dev
git submodule init
git submodule update
Error here:
$ cmake -B build
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 "Qt53DCore" with
any of the following names:
Qt53DCoreConfig.cmake
qt53dcore-config.cmake
Add the installation prefix of "Qt53DCore" to CMAKE_PREFIX_PATH or set
"Qt53DCore_DIR" to a directory containing one of the above files. If
"Qt53DCore" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:41 (find_package)
-- Configuring incomplete, errors occurred!
Do you have any suggestions for how to resolve this error? It seems strange that the path could not be determined automatically.
Metadata
Metadata
Assignees
Labels
No labels