Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Could not find a configuration file for package "ECM" that is compatible with requested version 1.5.0

Try to clone, compile and install the extra-cmake-modules KDE project. 

git clone [email protected]:frameworks/extra-cmake-modules.git
cd extra-cmake-modules
mkdir build && cd build    
cmake ..
make && sudo make install

In my case I simply had to install the extra-cmake-modules package.

Tags:

Linux

Terminal

Build

Kde

Cmake

Related

Logging when someone connects or removes a USB device to/from a Windows machine What is the value of MD5 checksums if the MD5 hash itself could potentially also have been manipulated? PyCharm is not searching the entire project Error whilst initializing SD card on Linux Is there a difference between 8-pin EPS12V and PCI-E connectors? Using powershell, how do I extract the thumbprint from an SSL Certificate without installing it? Where does ubuntu 14.04 drop core files? What is the little twist in this floppy ribbon cable for? how to check if a URL is visible from the public Internet How do I see what the current "scope" is in SublimeText? Can I disable Chrome's Extension Content Verification? What is a BIOS whitelist request , BIOS mod and BIOS unlock?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy