Skip to content

Commit

Permalink
Merge pull request n64decomp#84 from Winksplorer/ps2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fgsfdsfgs authored May 4, 2023
2 parents 51efa90 + 8f25747 commit 822a740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ cd sm64-port
3. Build Docker image: `docker build . -t sm64_ps2`
4. Compile using your Docker image: `docker run --rm -ti -v $(pwd):/sm64 sm64_ps2 make --jobs 4`

### Manually under Linux (WSL not tested, MSYS2 probably won't work)
### Manually under Linux (WSL can work, MSYS2 probably won't work)

0. Ensure Git, GCC, GNU Make and Python 3 are installed on your system:
```
# for example on Ubuntu
# for example on Debian or Debian based distros (Ubuntu, Pop!_OS and others)
sudo apt install git build-essential python3
```
1. Ensure PS2SDK and GSKit are installed on your system and the environmental variables `PS2SDK` and `GSKIT` are defined and PS2SDK is in your `PATH`.
Expand Down

0 comments on commit 822a740

Please sign in to comment.