indicator-kdeconnect
indicator-kdeconnect copied to clipboard
Fedora 23 install guide
Hi, i have downloaded source and i tried to compile from INSTALL. When i made cmake:
-- checking for modules 'gtk+-3.0;appindicator3-0.1'
-- package 'gtk+-3.0' not found
-- package 'appindicator3-0.1' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:340 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:502 (_pkg_check_modules_internal)
CMakeLists.txt:20 (pkg_check_modules)
but it's all installed:
[davidemaglio@thinkpad-t450s indicator-kdeconnect]$ dnf list *gtk3-devel*
Last metadata expiration check performed 10 days, 22:44:44 ago on Fri Nov 6 16:43:19 2015.
Pacchetti installati
gtk3-devel.x86_64 3.18.2-1.fc23 @System
libappindicator-gtk3-devel.x86_64 12.10.0-10.fc23 @fedora
libindicator-gtk3-devel.x86_64 12.10.1-5.fc23 @fedora
missing something?
Got the same error...
did work here on a fresh F23 with:
dnf install libappindicator-devel-12.10.0-10.fc23 gtk3-devel libappindicator-gtk3-devel-12.10.0-10.fc23 vala
@Cygn with your comment now work :+1: