I’m trying to compile kdev-xdebug from source on Kubuntu 22.04
(I cant post the link to KDE kdev-xdebug)
However when I try I run:
cmake .
I see
Your project should require at least CMake 3.16.0 to use FindKF5.cmake
Call Stack (most recent call first):
/usr/share/ECM/find-modules/FindKF5.cmake:30 (ecm_find_package_version_check)
CMakeLists.txt:17 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Could NOT find KDevPlatform (missing: KDevPlatform_DIR)
CMake Error at CMakeLists.txt:62 (kdevplatform_add_plugin):
Unknown CMake command "kdevplatform_add_plugin".
-- Configuring incomplete, errors occurred!
See also "/home/nicholas/Documents/build/attempt2/kdev-xdebug/CMakeFiles/CMakeOutput.log".
I know the project is a bit old, but I have managed to get it working before, anyone have any ideas?