rofl0r / agsutils

contains utils for AGS: game extractor, repacker, disassembler and assembler
44 stars 14 forks source link

Error while running makefile #13

Open necros2k7 opened 3 years ago

necros2k7 commented 3 years ago

after agsex:

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

rofl0r commented 3 years ago

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