rofl0r / agsutils

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

what compiler should i use to build this? #1

Closed 0xh3LL0 closed 6 years ago

rofl0r commented 6 years ago

gcc or clang, i guess. or mingw-gcc on winblows... let me know if you face any issues...

0xh3LL0 commented 6 years ago

i prefer mingw, do i need specific version? like 4.7.1 or 5.X.X?

rofl0r commented 6 years ago

any will work, since this is C code, not C++ which changes semantics at the blink of an eye... joking aside, it probably makes sense to get latest mingw just for the sake of having the latest and greatest.

0xh3LL0 commented 6 years ago

thanks, i'll try it.