I am trying to build BreezeBlurred from source and I keep running into an error when I try and build it.
Git Repo: https://github.com/alex47/BreezeBlurred (I know it's dated but I found other people on Reddit got it working).
-- Could NOT find KF5I18n (missing: KF5I18n_DIR)
-- Could NOT find KF5I18n: found neither KF5I18nConfig.cmake nor kf5i18n-config.cmake
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find KF5 (missing: I18n) (found version "5.64.0")
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
/usr/share/ECM/find-modules/FindKF5.cmake:110 (find_package_handle_standard_args)
CMakeLists.txt:29 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/astilex/BreezeBlurred/build/CMakeFiles/CMakeOutput.log".
How do I get this working?
UPDATE: I found out I needed the files "ki18n-devel" and "kio-devel"