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"

    Justin Yes I did manage to compile it. It works great. I also made a shell script that would fetch the required deps in the case I have to do this again.

    I had tried this a few months back and I had different issues but it never popped up when I tried this go around.

    I'm thinking about making a full post-install script so I can cut down the time for setup now that I have this solved.