HackerN64 / F3DEX3

Modern microcode for N64 romhacks. Will make you want to finally ditch HLE.
94 stars 8 forks source link

Unsure how to compile on Linux #1

Closed SonicTheHedgeHog64 closed 11 months ago

SonicTheHedgeHog64 commented 11 months ago

There Is No Armips Package For Linux, Should I Use armips From SM64 Decomps?

sauraen commented 11 months ago

I have developed F3DEX3 exclusively on Linux, so of course it can be compiled on Linux. armips is available here and can be easily built from source. https://github.com/Kingcom/armips#22-building-from-source

SonicTheHedgeHog64 commented 11 months ago

Thanks!