sonicretro / s1disasm

Sonic 1 Disassembly
336 stars 97 forks source link

how to build on *nix #48

Closed dvogit closed 4 years ago

dvogit commented 4 years ago

How can I build this on my FreeBSD 12.1-RELEASE box? I have 2 assemblers that might be able to handle it:

But I don't exactly which one to use and how to build it properly, so how would I go about building this on *nix?

Clownacy commented 4 years ago

Use the AS branch - that one targets asl. You might have to compile s1p2bin for you platform, and extend build.py to support the BSDs.

dvogit commented 4 years ago

perfect, built correctly