agsutils icon indicating copy to clipboard operation
agsutils copied to clipboard

Error while running makefile

Open necros2k7 opened this issue 4 years ago • 1 comments

after agsex:

test@test:~/ags$ make agspack files game.ags make: agspack: No such file or directory make: *** [Makefile:18: all] Error 127

necros2k7 avatar Feb 22 '21 11:02 necros2k7

you need to put the ags* binaries from agsutils into your PATH e.g. make DESTDIR=/home/user/bin install ; export PATH="$PATH":/home/user/bin

rofl0r avatar Feb 22 '21 11:02 rofl0r