I am trying to compile the simple C example from this Tutorial on Ubuntu using gcc. What do I have to use as argument for gcc to include the needed libraries for #include <libappindicator/app-indicator.h>?
#include <libappindicator/app-indicator.h>
-I<search path to include files> -L<search path to the lib file> -l<libname>
548k questions
547k answers
4 comments
86.3k users