espterm
espterm copied to clipboard
cannot use the make command
after i git clone the repo and i type make and got this error
glib-compile-resources src/gresource.xml --sourcedir=src --target=src/gresources.c --c-name _my --generate-source make: glib-compile-resources: No such file or directory make: *** [Makefile:32: src/gresources.c] Error 127
The Makefile invokes the glib-compile-resources command. Make sure to install the package that provides glib-compile-resources for your Linux distribution.