From 8f25747ff8f69518bef7434833ef1d4fc319f514 Mon Sep 17 00:00:00 2001 From: Winksplorer Date: Wed, 3 May 2023 15:55:19 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec070d580f..123bd43ea4 100644 --- a/README.md +++ b/README.md @@ -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`.