cutefishos / libcutefish

System Library.
GNU General Public License v3.0
23 stars 23 forks source link

I have some errors, help me pls #3

Open rickdotfri opened 3 years ago

rickdotfri commented 3 years ago

I can't do cmake .. (It gives error) the error says: CMake Error at bluez/CMakeLists.txt:15 (find_package): By not providing "FindKF5BluezQt.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "KF5BluezQt", but CMake did not find one.

Could not find a package configuration file provided by "KF5BluezQt" with any of the following names:

KF5BluezQtConfig.cmake
kf5bluezqt-config.cmake

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

-- Configuring incomplete, errors occurred! See also "/home/erikachan/libcutefish/build/CMakeFiles/CMakeOutput.log".

how can i pass this error?

reionwong commented 3 years ago

Lack of compile dependency, you can try:

Ubuntu / Debian

sudo apt install libkf5bluezqt-dev

ArchLinux

sudo pacman -S bluez-qt
rickdotfri commented 3 years ago

That worked! Thank you so much for your help

Piping commented 3 years ago

libkf5bluezqt-dev on ubuntu 20.04 does not have up to date version, no Bluez/Rfkill header files, any plan to support binary build on ubuntu 20.04 without pull all KDE/QT development environment and build them from source?