agsutils
agsutils copied to clipboard
Error while running makefile
after agsex:
test@test:~/ags$ make agspack files game.ags make: agspack: No such file or directory make: *** [Makefile:18: all] Error 127
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