sonicretro / s1disasm

Sonic 1 Disassembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to build on *nix

dvogit opened this issue · comments

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?

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.

perfect, built correctly