@PC20240309:~/indicator-netspeed$ make
Package appindicator3-0.1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `appindicator3-0.1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'appindicator3-0.1' found
gcc indicator-netspeed.c -g -Wall -Wfatal-errors -std=c99 -o indicator-netspeed
indicator-netspeed.c:17:10: fatal error: gtk/gtk.h: Datei oder Verzeichnis nicht gefunden
17 | #include <gtk/gtk.h>
| ^~~~~~~~~~~
compilation terminated.
make: *** [Makefile:7: indicator-netspeed] Fehler 1
Unfortunately, I am not an experienced Ubuntu user and would like to use the function according to the following instructions.
https://wiki.ubuntuusers.de/Netspeed/
@PC20240309:~/indicator-netspeed$ make
Package appindicator3-0.1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `appindicator3-0.1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'appindicator3-0.1' found
gcc indicator-netspeed.c -g -Wall -Wfatal-errors -std=c99 -o indicator-netspeed
indicator-netspeed.c:17:10: fatal error: gtk/gtk.h: Datei oder Verzeichnis nicht gefunden
17 | #include <gtk/gtk.h>
| ^~~~~~~~~~~
compilation terminated.
make: *** [Makefile:7: indicator-netspeed] Fehler 1
Unfortunately, I am not an experienced Ubuntu user and would like to use the function according to the following instructions.
https://wiki.ubuntuusers.de/Netspeed/