pret / gb-asm-tools

Tools for working with the Pokémon disassemblies
https://pret.github.io
8 stars 2 forks source link

Document how to set up the tools in INSTALL.md #1

Open Rangi42 opened 2 weeks ago

Rangi42 commented 2 weeks ago

Most of the tools are written in Python. Setting this up in WSL, Cygwin, macOS, or Linux can be a bit tricky, especially with the 2/3 version split.

Other tools are written in awk and C, which have their own dependencies (particularly C needing gcc and make).

We should concisely describe how to set up these dependencies in INSTALL.md.