Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install in Plasma 6 #12

Open
AsuToki360 opened this issue Apr 19, 2024 · 1 comment
Open

Unable to install in Plasma 6 #12

AsuToki360 opened this issue Apr 19, 2024 · 1 comment

Comments

@AsuToki360
Copy link

The following error appears:
CMake Error at CMakeLists.txt:13 (find_package):
Could not find a package configuration file provided by "ECM" (requested
version 5.246.0) with any of the following names:

ECMConfig.cmake
ecm-config.cmake

Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
to a directory containing one of the above files. If "ECM" provides a
separate development package or SDK, be sure it has been installed.

I'm on Arch Linux.

@Nick15104
Copy link

This solved it for me.

git clone https://invent.kde.org/frameworks/extra-cmake-modules.git
cd extra-cmake-modules
mkdir build && cd build
cmake ..
make && sudo make install

https://superuser.com/questions/850029/could-not-find-a-configuration-file-for-package-ecm-that-is-compatible-with-re

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants