pret / pokeemerald

Decompilation of Pokémon Emerald
2.2k stars 2.36k forks source link

Fix build on NixOS and add instructions to INSTALL.md #1999

Closed leo60228 closed 2 months ago

leo60228 commented 3 months ago

Description

This fixes a build error on NixOS caused by bash not being at /bin/bash, and adds instructions for building on NixOS to INSTALL.md. It does not include instructions for installing devkitARM, as devkitARM cannot be installed on NixOS without hacks that would almost certainly not be considered supported, but make modern works with the distribution's arm-none-eabi toolchain.

Also see https://github.com/pret/agbcc/pull/70.

Discord contact info

leo60228