У меня проблема при сборке KDBG, в частности при запуске cmake (как показано в файле README в папке kdbg, которую я скачал). Показанная ошибка выглядит следующим образом:
mimiview@ubuntu:~/Desktop/kdbg-3.0.1/kdbg$ cmake .
CMake Error at pics/CMakeLists.txt:1 (include):
include could not find load file:
ECMInstallIcons
CMake Error at pics/CMakeLists.txt:33 (ecm_install_icons):
Unknown CMake command "ecm_install_icons".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 3.13)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
See also "/home/mimiview/Desktop/kdbg-3.0.1/kdbg/CMakeFiles/CMakeOutput.log".`
Есть ли кто-нибудь, кто может мне помочь?