You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install of a current release from github follows the instructions from https://github.com/eteran/edb-debugger/wiki/Compiling-(Debian)
Debian os version is 12
cmake version is 3.25.1
qt version is 5.15.8
cmake produces error:
Make Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5LinguistTools"
with any of the following names:
Qt5LinguistToolsConfig.cmake
qt5linguisttools-config.cmake
Outcome of a Bug
So install fails.
Post Scriptum
Side note 1 : I do not need linguist tools in edb debugger
Side note 2 : Please remove any references to Qt 5.9 as it never existed.
The text was updated successfully, but these errors were encountered:
A Bug Described in Details
Install of a current release from github follows the instructions from https://github.com/eteran/edb-debugger/wiki/Compiling-(Debian)
Debian os version is 12
cmake version is 3.25.1
qt version is 5.15.8
cmake produces error:
Make Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5LinguistTools"
with any of the following names:
Qt5LinguistToolsConfig.cmake
qt5linguisttools-config.cmake
Outcome of a Bug
So install fails.
Post Scriptum
Side note 1 : I do not need linguist tools in edb debugger
Side note 2 : Please remove any references to Qt 5.9 as it never existed.
The text was updated successfully, but these errors were encountered: