SkyLandTW / clevo-indicator

Ubuntu fan control indicator for Clevo laptops
The Unlicense
136 stars 69 forks source link

Dependencies missing on Ubuntu 15.10 amd64 #2

Closed jostenl closed 8 years ago

jostenl commented 8 years ago

Hi,

make install fails with the following:

make install
compiling src/clevo-indicator.c
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gtk+-3.0', required by 'appindicator3-0.1', not found
src/clevo-indicator.c:48:43: fatal error: libappindicator/app-indicator.h: No such file or directory
compilation terminated.
Makefile:39: recipe for target 'obj/clevo-indicator.o' failed
make: *** [obj/clevo-indicator.o] Error 1

it is required to install

sudo apt-get install libgtk-3-dev

first, maybe add that to the readme. great tool!

regards

jiping-s commented 8 years ago

fixed, thank you!