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

Add more info aboud dependencies in README.md #4

Open
TheGetHuber opened this issue Jan 17, 2023 · 1 comment
Open

Add more info aboud dependencies in README.md #4

TheGetHuber opened this issue Jan 17, 2023 · 1 comment

Comments

@TheGetHuber
Copy link

No information about what dependencies i need to install.
cmake arguing about compiling process and giving an error like:

CMake Error at CMakeLists.txt:21 (find_package):
  By not providing "FindKF5Plasma.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "KF5Plasma", but CMake did not find one.

  Could not find a package configuration file provided by "KF5Plasma"
  (requested version 5.0) with any of the following names:

    KF5PlasmaConfig.cmake
    kf5plasma-config.cmake

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

Installed everything it wanted, still arguing about lack of KF5Plasma...

@tobolikd
Copy link

You have to install devel version of every needed package. For me on fedora it was running sudo dnf install kf5-plasma-devel, try to find this package for you package manager.

But I agree there could be more information about required packages.

On fedora you need to install
sudo dnf install qt5-qtbase-devel qt5-qtdeclarative-devel kf5-plasma-devel pulseaudio pulseaudio-libs-devel

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