espterm icon indicating copy to clipboard operation
espterm copied to clipboard

cannot use the make command

Open TamsavYT opened this issue 1 year ago • 1 comments

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

TamsavYT avatar May 22 '24 08:05 TamsavYT

The Makefile invokes the glib-compile-resources command. Make sure to install the package that provides glib-compile-resources for your Linux distribution.

Jeija avatar May 22 '24 20:05 Jeija