Update README with macOS build instructions

This commit is contained in:
Patrick Stankard 2020-03-24 12:45:48 -04:00
parent 277606213a
commit 5e58e04c84
1 changed files with 2 additions and 1 deletions

View File

@ -47,10 +47,11 @@ This project aims to both complete the VWF codebase and to provide a tool for tr
4. Copy EarthBound ROM to `bin/eb.smc`.
5. Run `build-tools.ps1`.
- Windows: `.\build-tools.ps1` in a PowerShell prompt
- Linux: `pwsh build-tools.ps1`
- Linux and MacOS: `pwsh build-tools.ps1`
6. Copy/build `armips` to `bin`.
- Windows: grab the latest release [here](https://github.com/Kingcom/armips/releases) and copy the executable to `bin/armips.exe`.
- Linux: follow the [README](https://github.com/Kingcom/armips/blob/master/Readme.md) to build `armips` and copy the executable to `bin/armips`.
- MacOS: grab the latest release [here](https://github.com/Emory-M/armips/releases) and copy the executable to `bin/armips`.
2. Building the ROM
1. Run `build.ps1`.
2. The default compiled ROM is copied to `bin/m12.gba`.