Skip to content

Commit

Permalink
Mention that devkitPPC needs to be in PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
9ary committed Dec 5, 2023
1 parent c54727d commit ec43ae2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ Note: on Windows, you'll want to install all the dependencies inside of MSYS2.
# Clone this repo
$ git clone https://github.com/redolution/iplboot.git

# Ensure devkitPPC is in PATH
$ export PATH="$DEVKITPPC/bin:$PATH"

# Initialize the build system
$ meson setup . build --cross-file=devkitPPC.ini

Expand Down

0 comments on commit ec43ae2

Please sign in to comment.