SkyLandTW/clevo-indicator

Dependencies missing on Ubuntu 15.10 amd64

jostenl opened this issue · 1 comments

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

fixed, thank you!